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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Place your animations files in your `app/App_Resources/iOS/` folder.
116
116
|`autoPlay`|`boolean`|`false`| Start LottieView animation on load if `true`. |
117
117
|`loop`|`boolean`|`false`| Loop continuously animation if `true`. |
118
118
|`src`|`string`|`null`| Animation path to `.json` file. |
119
+
|`theme`|`{ keyPath: string[], value: string }[]`|`null`| keyPath is the path to layer in your json file (i.e in After Effect) and value is the layer color |
119
120
120
121
## Properties
121
122
@@ -134,6 +135,6 @@ Place your animations files in your `app/App_Resources/iOS/` folder.
0 commit comments