Ask HN: What's Paydirt using for its animated demo?
Leaving aside the the world vs IE storm that Paydirt kicked up, does anyone know if there's a toolkit/library for creating something like their animated demo on the homepage?
There's a thread on StackOverflow, anyone else have any clues. I'm not that keen to dig into canvas.
http://stackoverflow.com/questions/10494039/awesome-loupe-magnifying-effect-on-slideshow-at-paydirts-homepage
2 comments
[ 2.2 ms ] story [ 8.8 ms ] threadCosts $5 and I haven't tried it so can't comment on how easy it is to work with but there are some demos. Hope it helps :-)
That SO post is pretty thorough!
Yep, it's a canvas element with rounded corners moving around on top of a fairly stock-standard slideshow. It uses a css transform to scale and this stackblur library (http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.h...) to make it look like it lifts as it moves from place to place.