We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3390713 commit 0b01f7fCopy full SHA for 0b01f7f
1 file changed
README.md
@@ -37,6 +37,8 @@ Flapper accepts a hash of options:
37
transform: true // Flapper automatically detects the jquery.transform
38
// plugin. Set this to false if you want to force
39
// transform to off
40
+ on_anim_start: null // Callback for start of animation
41
+ on_anim_end: null // Callback for end of animation
42
}
43
44
Generally, the only options you will care about are `width` and `chars_preset`. If you want to use a custom
0 commit comments