diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1205,7 +1205,7 @@ rect.animate(2000, '>', 1000).attr({ fill: '#f03' }) Alternatively you can pass an object as the first argument: ```javascript -rect.animate({ ease: '<', delay: 1500 }).attr({ fill: '#f03' }) +rect.animate({ ease: '<', delay: '1.5s' }).attr({ fill: '#f03' }) ``` By default `duration` will be set to `1000`, `ease` will be set to `<>`. |