mirror of https://github.com/luileito/jsketch.git
Updated doc for animate plugin
This commit is contained in:
parent
109eb54927
commit
927ac1711d
|
|
@ -162,6 +162,7 @@
|
|||
* }
|
||||
* })
|
||||
* .sketchable('strokes', strokesArray)
|
||||
* .sketchable('clear', true)
|
||||
* .sketchable('animate.strokes');
|
||||
*/
|
||||
strokes: function() {
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@
|
|||
* }
|
||||
* })
|
||||
* .strokes(strokeArray)
|
||||
* .clear(true)
|
||||
* .animate.strokes();
|
||||
*/
|
||||
strokes: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue