タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

jqueryとlakeに関するlordkfのブックマーク (1)

  • lake.js

    How does it work? Like this: <script src="jquery.js"></script> <script src="lake.js"></script> <script> $(function() { $('#lake-img').lake({ 'speed': 1, 'scale': 0.5, 'waves': 10 }); }); </script> ... <img id="lake-img" src="lake.png" style="display: none;"/> Lake.js takes an img element and inserts a canvas element displaying the image and its flipped reflection directly after the img element. Th

    lordkf
    lordkf 2012/06/26
    写真の中の水面に、リアルなゆらぎを与える??? Webページのビジュアルで使えそう。
  • 1