BookCard rtl direction

  • Posted in : BookCard
  • veredori
    Participant

    Please tell me, how do I mirror the book pages flip, so that the the book first opens to the right and then to the left.
    Or if possible, please tell me how to convert this template to rtl. What css do I need to change/add?

    ahmetsali
    Keymaster

    Hi, i am not sure if this will suit you but you can try this custom css code;

    body {
        direction: rtl;
    }
    .rm-container.rm-open .rm-cover {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .rm-container.rm-open .rm-right {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    
    tlautrup
    Participant

    I had the same problem, but when I let the “booklet” open and close a couple of times, it seemed to disappear.
    I still think, though, that it has become far more “rough” and clumsy in the movements (in Safari and Firefox), and not as smooth as it used to be… Is it somehow possible to fix that issue? I don’t know much about html, so I really appreciate you Forum and kind help in here :-)

    With best regards
    Tobias

    ahmetsali
    Keymaster

    @tlautrup

    does it occur with rtl code applied? if yes, sorry we can’t guarantee rtl support.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register