Response title
This is preview!
By the way I never use inline styling
I'm looking forward to see some example from you of two slides that has different divs with different elements, a next button from the first slide and animations on the two slides.
I've tried with adding class, but the animation still doesnt work.The best way to control CSS3 animation is to simply add/remove CSS classes to elements with your JS. The rest of it you do in your CSS stylesheet. I think where you got in trouble was changing the CSS directly with .css() and then not understanding the CSS cascade.
Yes, that's right.- when the page loads, you want to show the first container contents, animating the logo into/over it.- when user presses the NEXT button, you want to hide the first container, show the second. (With perhaps some transition effect). And then animate the logo into/over it just like for the first container.Right?
© 2013 jQuery Foundation
Sponsored by and others.