動きが滑らかで見た目も良い。組み込みが簡単なのもいい感じ。
デモサイト
http://fat.github.io/zoom.js/
fat/zoom.js
https://github.com/fat/zoom.js
使い方
1 2 3 4 5 6 |
<link href="css/zoom.css" rel="stylesheet"> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="js/zoom.js"></script> <script src="js/transition.js"></script> <img src="images/sample.png" data-action="zoom"> |