Skip to main content

What is inside this Jquery UI? -


this demo slideshow:http://www.pixedelic.com/plugins/camera/. transformation between last 2 images, makes picture grid , animates 1 one. how can achieved?

my thought when there transformation, create many div elements, every div use same background image, , use background position, make every div present different area of image, way looks image taken apart grid. use .animate() in jquery make animate or css3 effect, rotate or scale generate slide effect.

i not know, thinking correct? know mechanism behind effect?

what inside jquery ui? - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

this demo slideshow:http://www.pixedelic.com/plugins/camera/. transformation between last 2 images, makes picture grid , animates 1 one. how can achieved?

my thought when there transformation, create many div elements, every div use same background image, , use background position, make every div present different area of image, way looks image taken apart grid. use .animate() in jquery make animate or css3 effect, rotate or scale generate slide effect.

i not know, thinking correct? know mechanism behind effect?

share|improve question

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -