Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
5.10
-
None
Description
NumberAnimation
{ property: "scale, opacity"; duration: 1000 }is invalid as there is more than one property. It should say properties instead.
Could we either:
- raise a runtime error because the only clue you messed up is the right transition does not happen.
- allow it.