Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.57 KB

TODO.md

File metadata and controls

42 lines (32 loc) · 1.57 KB

Getting started

Bugs

  • 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 issue with when.interpolation.value not using animation (is it possible?)

Web

  • Fix measure of rotated elements on Web
  • Styles example: Button is not moving

Android

  • 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

TODO

  • ConfigStateType should be accepted as state
  • StaggerMs & StaggerFunc => stagger
  • Test/implement stagger custom function
  • Create dragging example
  • Navigation with new Stack navigator

Later

  • 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)