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

Animation Direction Option(Left/Right) #27

Open
Kamalakar-Gavali opened this issue Nov 22, 2021 · 3 comments
Open

Animation Direction Option(Left/Right) #27

Kamalakar-Gavali opened this issue Nov 22, 2021 · 3 comments

Comments

@Kamalakar-Gavali
Copy link

Hi It will be great if there is animation direction options.
so we can set flip animation direction.

@kkhys2
Copy link

kkhys2 commented Nov 24, 2021

I also feel the need for this option.

@zsavicreative
Copy link

zsavicreative commented Dec 10, 2021

@Kamalakar-Gavali @kkhys I also had a need for this, our solution was:

const onChangeState = (e) => {
    const direction = e.object.flipController.app.render.direction;
 }

@kkhys2
Copy link

kkhys2 commented Dec 10, 2021

@zsavicreative

Thank you!
I will try it as soon as I can.

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

No branches or pull requests

3 participants