slick-animation
slick-animation copied to clipboard
animations reset at start of transition
I'm not sure if it is a bug or just me not using the features correctly however if you have elements animated to different points within each slide they are all reset to the original scale/position by default just at the start of the transition (slide or fade).
I've found that commenting out the 'slickSetAnimationDefault' on the 'beforeChange' function at the bottom of your code sorts it but then the slides are not reset for the next time around.
I'm looking into a way of delaying this function till the end of the transition however I wondered if I was using it wrong somehow?
Thanks... great code apart from this!