Brought the declarative animation api, already implemented on iOS and Android, to the Web. So don't need unmountedStyle, mountedStyle or renderTransition props anymore. The Navigation router translates from the native declarative props to the underlying web 'primitives' on NavigationMotion.
The following Twitter sample declarative animation now runs on Android, iOS and the Web.
Brought the declarative animation api, already implemented on iOS and Android, to the Web. So don't need
unmountedStyle
,mountedStyle
orrenderTransition
props anymore. The Navigation router translates from the native declarative props to the underlying web 'primitives' onNavigationMotion
.The following Twitter sample declarative animation now runs on Android, iOS and the Web.