• Resolved hgolov

    (@hgolov)


    Thank you so much for this plugin! We’ve used it to create a right to left flipbook. The only issue is that the hover action still opens left to right. Is there a way to change that?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author deip

    (@deip)

    Hi @hgolov,

    Do you indicate the opening preview animation of the thumb?

    Best Regards,
    Deip

    Plugin Author deip

    (@deip)

    Hi,

    We had a customer who has a similar request like yours. While we are not certain it’s the same case; you can give it a try with Custom CSS:

    ._df_thumb ._df_book-cover {
        transform-origin: right;
    }
    
    ._df_thumb:hover ._df_book-cover {
        -webkit-transform: rotateY(20deg) rotateZ(0);
        -moz-transform: rotateY(20deg) rotateZ(0);
        -ms-transform: rotateY(20deg) rotateZ(0);
        transform: rotateY(20deg) rotateZ(0);
    }

    Best Regards,
    Deip

    Thread Starter hgolov

    (@hgolov)

    That’s perfect, thanks!

    Plugin Author deip

    (@deip)

    Hi,
    Glad to know, it was helpful to you.

    Have a good day ??
    Deip

    P.S. If you find our support helpful and when you have free time, feel free to leave a review about our plugin at https://www.ads-software.com/support/plugin/3d-flipbook-dflip-lite/reviews/
    It would mean a lot to us ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right to Left on Hover’ is closed to new replies.