As I am working with CSS3 Transitions, my current query pertains to initiating the animation with:
-webkit-transform: translate3d(-100%, 0, 0);
Is there a method to augment the predetermined speed set using:
-webkit-transition: all 10s linear;
This time around, I desire the velocity to be 2s by implementing jQuery.