jQuery animate doesn't work on second slide
I'm building some fancy slider with different effects.
I've created the first slide and the effects are working perfectly, but when I click on the next button, the effects doesn't work on the second slider.
EDIT:
Here's the fiddle:
http://jsfiddle.net/emco83/az135syn/
EDIT2:
Something to add: If I make separate the two divs for slides on a separate pages, after clicking on a next button, the animation for the second slide that's displayed on a second page works great, but the issue stays if its a slider on one page.
I just want to animate every elements on a different slides on one page.