Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.2
-
None
Description
Currently, even when the selected easing curve is built-in, the generated code uses bunch of numbers to represent it, instead of Easing.xxx.
It lessens the readability of the code and we should use enum as much as possible, especially for the built-in easing types.