- Fix issue with removing a when interpolation. See Styles example and press on/off
- Style-flash in Styles example - press button and while it is animating, press inbox-button
- Create central function for removing interpolations and animations
- Fix createAnimationNode impl so that tests only needs to run once
- Shared transitions (WIP)
- Fix running second shared transition while one is running
Should we skip providing shared transitions in first version?
- Fix running second shared transition while one is running
- Fix issue with when.interpolation.value not using animation (is it possible?)
- Fix measure of rotated elements on Web
- Styles example: Button is not moving
- Parallax example, not interpolating change of header color correctly
- SVG - ValueNode cannot be cast to a number
- Interpolation
- "Error while updating transform"
- Rotated image is not displayed correctly
- Interactions - some alignment issue
- ConfigStateType should be accepted as state
- StaggerMs & StaggerFunc => stagger
- Test/implement stagger custom function
- Create dragging example
- Navigation with new Stack navigator
- Prop animation - support nested props and arrays WIP
- Fix Spotify example, find out why changing to static styles fixes initial pos
- Add velocity calculation to spring functions, find a way to keep velocity on
animations and pass them to the spring function - Optimize running multiple animation updates when nodes are equal (duration, offset, easing)