端くれプログラマの備忘録 jQuery [jQuery] Zoom.js – 画像を滑らかにズームするプラグイン

[jQuery] Zoom.js – 画像を滑らかにズームするプラグイン

動きが滑らかで見た目も良い。組み込みが簡単なのもいい感じ。

デモサイト
http://fat.github.io/zoom.js/

fat/zoom.js
https://github.com/fat/zoom.js

使い方

<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">