You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: