You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
The custom property bug is due to different lifecycle it seems
The calls are captured before the layout
example -- proper interpolation of
1/ custom colors (top/bottom colors of the gradient)
2/ some float value, used to compute final color and thus distinguish between "current item" vs others (the current item has value of 1, rest have nothing so
0). So no need to have a notion of progress or who's the main item, just have the option to pass the motionproperties and use them.
The custom property bug is due to different lifecycle it seems
The calls are captured before the layout
example -- proper interpolation of
1/ custom colors (top/bottom colors of the gradient)
2/ some float value, used to compute final color and thus distinguish between "current item" vs others (the current item has value of 1, rest have nothing so
0). So no need to have a notion of progress or who's the main item, just have the option to pass the motionproperties and use them.
carousel-interpolation.mov