SparkleMotion
SparkleMotion copied to clipboard
Is there an Android equivalent of JazzHands's "addKeyframeForTime" function?
Hi!
I would like to animate views through a view pager's scrolling but every time I try it the view "resets" to it's default state when a new animation starts on a new page, this means I cannot develop the following for example:
From page 0->1: A view zooms From page 1->2: The same view translates the top From page 2->3: The same view fades and translates to the bottom
On every page with every new animation the view resets it's state to it's default, thus I cannot make continious view animation through view pager's scrolling.
Thanks in advance.