Animation Direction Option(Left/Right)
Kamalakar-Gavali opened this issue · 3 comments
Kamalakar-Gavali commented
Hi It will be great if there is animation direction options.
so we can set flip animation direction.
kkhys2 commented
I also feel the need for this option.
zsavicreative commented
@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 commented
Thank you!
I will try it as soon as I can.