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: docs/custom-properties.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -533,8 +533,8 @@ Then add the controls in the controller class:
533
533
```
534
534
535
535
### 10. animation
536
-
`animation` can be applied on any widget easily, it uses a modified version of the [animator](https://github.com/GIfatahTH/animator) but without the usage of the [states_rebuilder](https://pub.dev/packages/states_rebuilder).
537
-
`animation` has these properties:
536
+
`apply-animation` can be applied on any widget easily, it uses a modified version of the [animator](https://github.com/GIfatahTH/animator) but without the usage of the [states_rebuilder](https://pub.dev/packages/states_rebuilder).
537
+
`apply-animation` has these properties:
538
538
-`curve`: animation curve.
539
539
-`duration`: the duration of the animation.
540
540
-`autoTrigger`: to determine whether to start the animation at the begining or not.
@@ -544,9 +544,9 @@ Then add the controls in the controller class:
0 commit comments