Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 02 Jan 22:11
· 225 commits to master since this release

Added

  • Added official transition API
  • Added transitions: morph, scale, flip, flip.x, flip.y, flip.xy, dissolve, shrinkAndGrow, squashAndStretch
  • Added 'debug' option to demo to show the animations slowed down and with debug-view information

Fixed

  • Fixed the opacity when set to any other value than 1
  • Fixed layout issue when rendering nested MagicMove views

Changed

  • useNativeDriver is now automatically enabled so you don't need to specify it explicitely. A warning is shown when animating props that cannot be handled my the native driver.
  • Improved appearence when using the debug option

Removed

  • The experimental flip transition API has been removed in favour of the new official API.