-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of stepping #202
Comments
Followup of #133 |
how to change row? |
There are no similar stepping events for vertical direction (for rows) yet. To manually change the row to 2nd, for example, use |
Thanks for your reply,Now I have query that how to change speed of frame on fly. Currently I'm doing like this $('#my').trigger('play(1)'); but it's not working.So any help would be appreciated. |
Do |
thanks. |
…) and multi-row sprite (vertical) examples #202
OK, example/object-movie-multi-row-sprite and example/object-movie-non-animated-sprite examples have been enhanced with examples how to use stepping events and buttons to test out what these events do. Besides that, Already merged into development branch ready for release. |
Released today as part of v1.3.0 |
To showcase new stepping feature and using of
stepLeft
andstepRight
events either add prev/next buttons into an existing example or create a new example.The text was updated successfully, but these errors were encountered: