mirror of https://github.com/luileito/jsketch.git
Documented animationstep event
This commit is contained in:
parent
e5f46746e4
commit
f3fa718fab
|
|
@ -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.
|
||||
* },
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
* },
|
||||
|
|
|
|||
Loading…
Reference in New Issue