Documented animationstep event

This commit is contained in:
Luis Leiva 2017-12-17 23:18:34 +01:00
parent e5f46746e4
commit f3fa718fab
2 changed files with 6 additions and 0 deletions

View File

@ -156,6 +156,9 @@
* animationstart: function(elem, data) {
* // Animation started.
* },
* animationstep: function(elem, data) {
* // Animation steped: a new stroke is being drawn.
* },
* animationend: function(elem, data) {
* // Animation ended.
* },

View File

@ -158,6 +158,9 @@
* animationstart: function(elem, data) {
* // Animation started.
* },
* animationstep: function(elem, data) {
* // Animation steped: a new stroke is being drawn.
* },
* animationend: function(elem, data) {
* // Animation ended.
* },