Look into refactoring scroll effects to use Animations and Tweens in the event details page #13
Labels
Priority: Low
Status: Not started/Idle
The issue is idle and isn't currently being worked on by anyone.
Type: Code quality
The code for calculating the scrolling effects is currently really ugly and hard to maintain.
I have a feeling that these could be easily done with an
AnimationController
andTweens
. TheAnimationController
would be used manually; thevalue
property can be manually updated when the current scroll offset changes.The text was updated successfully, but these errors were encountered: