Hi everyone!
I am looking for a jquery plugin that moves a whole page horizontally, diagonally or vertically like the one here:
any help is highly appreciated!
Hi everyone!
I am looking for a jquery plugin that moves a whole page horizontally, diagonally or vertically like the one here:
any help is highly appreciated!
Try creating a page with all divs in it.
then use the code below to create the transition
using mootools framework
Fx.Scroll(window, {duration: 1000, wait: false, transition: Fx.Transitions.quadInOut})
Hello realnsleo,
were you able to find a method to do this animation you described? i was browsing the internet when i came across this forum. i have the same problem as yours and i will appreciate if you can give me an idea or a sample code that helped you achieve our desired animation.
Best regards,
Bien
Realnsleo,
The bulamu.net example is really just one page, but organised into a set of "tiles" to give the appearance of separate pages.
The transitional slide effect is achieved with mootools. I am not a mootools expert. You can find out more by viewing the source then penetrating the various scripts.
Airshow
Try this: http://jqueryfordesigners.com/coda-slider-effect/
It uses jQuery and does a pretty good job of things. I've used it and liked it a lot. Plus, you can customize it to your heart's content fairly easily after it's all set up.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.