jQuery 滑动对比插件 twentytwenty

码农软件 · 软件分类 · jQuery界面效果 · 2020-01-01 21:43:23

软件介绍

twentytwenty 是一款基于 jQuery 的滑动对比插件,它也支持水平方向和垂直方向、支持设置前后对比区域大小。twentytwenty 的实现原理是两张图片叠在一起,然后是使用 CSS clip:rect 进行裁切。

用法示例

1、HTML

<div id="container1">
 <!-- The before image is first -->
 <img src="http://placehold.it/400x200&text=1" />
 <!-- The after image is last -->
 <img src="http://placehold.it/400x200&text=2" />
</div>

2、JavaScript

$(function(){
    $('.twentytwenty-container').twentytwenty();
});

查看演示

浏览器支持:

  • IE8+

  • Firefox (latest)

  • Chrome

  • Safari

  • Android

  • iOS (iPhone, iPad)

本文地址:https://codercto.com/soft/d/22459.html

The Web Designer's Idea Book, Vol. 2

The Web Designer's Idea Book, Vol. 2

Patrick McNeil / How / 2010-9-19 / USD 30.00

Web Design Inspiration at a Glance Volume 2 of The Web Designer's Idea Book includes more than 650 new websites arranged thematically, so you can easily find inspiration for your work. Auth......一起来看看 《The Web Designer's Idea Book, Vol. 2》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换