Skip to content

Commit 5d41633

Browse files
committed
docs(readme): fix docs about scale param that applies to pulse (not bounce) animation
#22
1 parent 72f768b commit 5d41633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ All animations have `duration` and `delay` params.
148148
| | Animation | Default Anchor | OnEnter/OnLeave | Additional Params |
149149
| ------------------ | ------------------ | ----------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
150150
| Attention Seekers | | | | |
151-
| | bounce | `[@bounce]` | `[@bounceOnEnter]` | `scale` (default: 1.05) |
151+
| | bounce | `[@bounce]` | `[@bounceOnEnter]` | |
152152
| | flash | `[@flash]` | `[@flashOnEnter]` | |
153-
| | pulse | `[@pulse]` | `[@pulseOnEnter]` | |
153+
| | pulse | `[@pulse]` | `[@pulseOnEnter]` | `scale` (default: 1.05) |
154154
| | rubberBand | `[@rubberBand]` | `[@rubberBandOnEnter]` | |
155155
| | shake | `[@shake]` | `[@shakeOnEnter]` | `translate` (default: '10px') |
156156
| | swing | `[@swing]` | `[@swingOnEnter]` | |

0 commit comments

Comments
 (0)