Is there a way to make a transition in angle starting from the element’s last position during several transitions?
div2 {
transform: translateX(90px);
transform: translateY(90px);
transform: translate(110px,110px);
}
Basically what i would like to do is to make the div move 110px from the top and 110px from the left of the ‘Transition 2’ state.
I am using jQuery.Transit plugin.
You can use jQuery’s built-in incrementation syntax: