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.

htmlheadandscripttags. Did you know that jsfiddle can include the tags for you? Also, +1 for clever use of F00. – Zack Dec 28 '12 at 17:14F00? Red is a pretty common debugging color because it is quick to type and is very visible. – Shmiddty Dec 28 '12 at 17:17