Nodlik/react-pageflip

Animation Direction Option(Left/Right)

Kamalakar-Gavali opened this issue · 3 comments

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

I also feel the need for this option.

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

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

@zsavicreative

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