Tagged Questions
0
votes
0answers
88 views
How to mimic Ken Burns zoom effect with Mootools?
As most of you know Ken Burns zoom effect is one of the best effects out there and I would like to mimic this with Mootools if possible .
You might have came across of JQuery sliders with this ...
0
votes
0answers
158 views
jQuery version of MooZoom
I want to replicate the functionality of "MooZoom" in jQuery as seen on the Espresso website (click the images in the bottom right). Specifically I want to recreate the functionality that when you ...
0
votes
3answers
1k views
Slow transition to hover state with Javascript
I am working on css in which when mouse hovers on images, it gets bigger. e.g.
#image-div img { width:100px; height:100px;}
#image-div:hover img { width:200px; height:200px;}
Now i want it to be ...