()
| 822 | from?: RuntimeManagedWindowPoint; |
| 823 | to: RuntimeManagedWindowPoint; |
| 824 | duration: number; |
| 825 | easing: RuntimeManagedWindowAnimationEasing; |
| 826 | mode: "override" | "add" | "sub"; |
| 827 | }; |
| 828 | opacity?: { |
| 829 | from?: number; |
| 830 | to: number; |
| 831 | duration: number; |
| 832 | easing: RuntimeManagedWindowAnimationEasing; |
no test coverage detected