We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab4ef5 commit dce98cdCopy full SHA for dce98cd
README.md
@@ -184,8 +184,8 @@ Will trigger a `danger` notification.
184
```js
185
store.addNotification({
186
...notification,
187
- animationIn: ['animate__animated', 'animate__fadeIn'], // `animate.css v4` classes
188
- animationOut: ['animate__animated', 'animate__fadeOut'] // `animate.css v4` classes
+ animationIn: ['animate__animated animate__fadeIn'], // `animate.css v4` classes
+ animationOut: ['animate__animated animate__fadeOut'] // `animate.css v4` classes
189
})
190
```
191
0 commit comments