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
Adds support for loading a Resource stream with a `pack://application` URI. Using both `FileName` and `ResourcePath` properties is ambigous.
52
98
@@ -57,13 +103,14 @@ Fixed issue with animation details not being displayed in databinding.
57
103
58
104
### Properties, Methods and Events
59
105
60
-
| Properties | Values | Description |
106
+
| Properties | Values| Description |
61
107
| --- | --- | --- |
62
-
| AutoPlay | True, False | When true, the animation file is automatically played and it is loaded |
63
-
| FileName | string | Path to the Lottie file. This property can be used in databind (see demo app) |
64
-
| ResourcePath| string | Resource path to the Lottie file. This property can be used in databind (see demo app splash screen) |
65
-
| RepeatCount | -1..N | How many times the animation will repeat after once played. The default is 0, meaning it doesn't repeat. -1 means it repeats forever. |
66
-
| IsPlaying | True, False | Represents the current aninaation status. |
108
+
| AutoPlay | True, False | When true, the animation file is automatically played and it is loaded |
109
+
| FileName | string | Path to the Lottie file. This property can be used in databind (see demo app) |
110
+
| ResourcePath | string | Resource path to the Lottie file. This property can be used in databind (see demo app splash screen) |
111
+
| RepeatCount | -1..N | How many times the animation will repeat after once played. The default is 0, meaning it doesn't repeat. -1 means it repeats forever. |
112
+
| IsPlaying | True, False | Represents the current aninaation status. |
113
+
| AnimationScale |AnimationTransformBase | Applies a custom scale to the loaded lottie animation. See CenterTransform above |
0 commit comments