Skip to content

Commit 820fe77

Browse files
committed
Merge branch 'master' of github.com:720kb/angular-fx
2 parents 2f8f978 + ee0bd5a commit 820fe77

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Readme.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,24 @@ ngfx-tada
137137

138138
ngfx-wobble
139139

140+
ngfx-jello
141+
142+
ngfx-slide-in-up
143+
144+
ngfx-slide-in-left
145+
146+
ngfx-slide-in-right
147+
148+
ngfx-slide-in-down
149+
150+
ngfx-slide-out-up
151+
152+
ngfx-slide-out-left
153+
154+
ngfx-slide-out-right
155+
156+
ngfx-slide-out-down
157+
140158
ngfx-bounce-in
141159

142160
ngfx-bounce-in-down
@@ -273,10 +291,11 @@ If, for any reason, you would your element to be shown or hidden by default, you
273291
```
274292

275293
####Infinite animations
276-
If for example you want an element to repeat the animation or effect while your condition/expression is true (sometimes needed), just add the `infinite` class to your element:
294+
If for example you want an element to repeat the animation or effect while your condition/expression is true (sometimes needed), just add the `ngfx-infinite` attribute to the element, or if your browser doesn't support css attributes use the `infinite`:
277295

278296
```html
279297
<a href="#" ngfx-pulse="3 > 2">Pulse one time</a>
298+
<a href="#" ngfx-pulse="3 > 2" ngfx-infinite>Pulse continuously</a>
280299
<a href="#" ngfx-pulse="3 > 2" class="infinite">Pulse continuously</a>
281300
```
282301

0 commit comments

Comments
 (0)