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
In the example above, an animation that changes the opacity on the `.square` element and moves it from left to right along the X axis has been created. This animation will run an infinite number of times, and each iteration of the animation will last 1500ms.
141
+
In the example below, an animation that changes the opacity on the `ion-card` element and moves it from left to right along the X axis has been created. This animation will run an infinite number of times, and each iteration of the animation will last 1500ms.
215
142
216
143
By default, all Ionic Animations are paused until the `play` method is called.
217
144
218
-
<Codepenuser="ionic"slug="bGbMojP" />
145
+
import Basic from '@site/static/usage/v7/animations/basic/index.md';
0 commit comments