10-09-2012 12:44 PM
hi, is it possible to reset a element to its origin after making e.g. a TranslateTransition?
I have a animation like:
animations: [
TranslateTransition {
id: moveME
toX: -800
duration: 600
}
]and i dont want to write a animation which move the element back toX: 800
I just want to reset the element to the origin where it was when the app started.