タグ

ブックマーク / sirxemic.github.io (1)

  • jQuery WebGL Ripples

    Background images are often boring. Use this effect to make your static CSS background images more interactive! It's as easy as: $('body').ripples({ resolution: 512, dropRadius: 20, perturbance: 0.04, }); You can add drops programmatically by doing $('body').ripples("drop", x, y, radius, strength) And you can change its state: $('body').ripples("pause") $('body').ripples("play") Download or fork t

    sucelie
    sucelie 2014/11/05
    すげぇ
  • 1