ericleong / fisheye.js

A javascript library for applying radial lens distortion to images using WebGL.
https://ericleong.github.io/fisheye.js
MIT License
80 stars 9 forks source link

text based distortion #1

Open vilav opened 8 years ago

vilav commented 8 years ago

Hey,

love the plugin! Any tips on animating text with the plugin to get a distortion / twitch effect?

Thanks

ericleong commented 8 years ago

Try using fillText() on a Canvas element. Use Fisheye.setDistortion() to change the distortion over time.