Open rozele opened 2 years ago
@rozele the CubicBezier easing function should cover almost all the bases no? https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.composition.cubicbeziereasingfunction?view=winui-3.0
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment.
If we want the animation behavior to match the React Native behavior precisely, then no. For example, CubicBezier would not allow us to implement a decay function or a custom spring behavior.
@aborziak-ms @jeffStall FYI
Proposal: Custom easing functions for Composition animations
Similar to the custom easing functions supported in WPF Storyboards, it would be great for Composition animations to also support custom easing functions.
Summary
Rationale
Scope
This.CurrentValue
, of the property being animated