Skip to content
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

Closed
pisi opened this issue Jun 11, 2013 · 8 comments
Closed

Example of stepping #202

pisi opened this issue Jun 11, 2013 · 8 comments
Assignees
Milestone

Comments

@pisi
Copy link
Owner

pisi commented Jun 11, 2013

To showcase new stepping feature and using of stepLeft and stepRight events either add prev/next buttons into an existing example or create a new example.

@ghost ghost assigned pisi Jun 11, 2013
@pisi
Copy link
Owner Author

pisi commented Jun 11, 2013

Followup of #133

@sagarquad
Copy link

how to change row?
means up and down button to change the view of frame.

@pisi
Copy link
Owner Author

pisi commented Jun 15, 2013

There are no similar stepping events for vertical direction (for rows) yet.

To manually change the row to 2nd, for example, use .reel('row', 2) on the running instance. Read little more on write access to the data.

@sagarquad
Copy link

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.

@pisi
Copy link
Owner Author

pisi commented Jun 29, 2013

Do .trigger("play", 1). First parameter is an event name ("play") and second parameter is the desired speed in Hz (1).

@sagarquad
Copy link

thanks.

pisi added a commit that referenced this issue Aug 9, 2013
pisi added a commit that referenced this issue Aug 9, 2013
@pisi
Copy link
Owner Author

pisi commented Aug 9, 2013

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, "stepDown" and "stepUp" have been added.

Already merged into development branch ready for release.

@pisi
Copy link
Owner Author

pisi commented Nov 5, 2013

Released today as part of v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants