I'm currently working on implementing an animated slider for my website. I have been using floats and margins to position the elements of the slider, but now I want to find a way to incorporate animations without having to use CSS3 transitions with absolute positioning. The challenge lies in not wanting to change the current positioning method due to variable element sizes.
So, is there a way I can animate or transition these elements without resorting to absolute positioning? I am also looking to animate each element individually with varying durations and directions.
Thank you in advance for any advice or suggestions!
UPDATE: Currently utilizing Flexslider by WooThemes