how to do this?
- Started
- Last post
- 8 Responses
- wwfc
alright all! anyone know of any source or tuts for doing something similar to the slider on the main page of this http://kyan.com/
anyone?! ;-)
- ukit20
Not really that hard, it's just animating some elements up and down depending on which slide you are on. The clever part was making them look 3d but that isn't really part of the effect.
- fadein110
this will do that:
http://codecanyon.net/item/slide…
not sure if there is a non wordpress version.
- wwfc0
that's what i mean ukit2 - the functionality side of things is what i want to try and achieve - the aesthetics is easy enough (famous last words!!! lol!)
not sure where to start looking - majority of what i have found doesn't really work in the same way - ie: click the next/prev arrows and things animate... found scrolling to animate etc... but not the banner/slider effect...
anyone got any hidden gems to put me on the right track?
- animatedgif0
Sometimes building things isn't just googling for a drop in solution of that is exactly what you want.
It's just elements animating up/left and timing, figure out how to do that then you've done.
- lot easier when someone else has done it though... how do you make money?fadein11
- wwfc0
...know what you mean - was just hoping/trying to get a head start ;-)
- ukit20
Well in case you didn't end up using that plugin...
The key thing is to trigger some code when the animation starts and ends. Most sliders have a callback function that will handle this. From there you would just need to determine which slide you are on, and then animate the elements accordingly.
Something like this might be a good starting point: http://www.slidesjs.com/examples…
- crillix0
http://www.sequencejs.com/
I haven't played with this to much yet but might help ya out.
- wwfc0
tops! thanks crillix!!!