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 c08a13b commit 4bf4eefCopy full SHA for 4bf4eef
README.md
@@ -362,15 +362,14 @@ elpy.on('load', () => {
362
});
363
```
364
#### Event: `'animation'`
365
-
366
-> Called when an object images are switched.
367
368
| name | type |
369
| :---: | :---: |
370
| object | `<Object>` |
371
| image | `<String>` |
372
| images | `<Array>` |
373
+> Called when an object images are switched.
+
374
```js
375
elpy.on('animation', (object, image, images) => {
376
// object - object to be animated.
0 commit comments