• Resolved Marlo

    (@awstudio)


    Hi, is it possible to disable the animation on mobile?
    Thanks

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

    (@munirkamal)

    Hey @awstudio

    There is no option to do that yet, but I’ve noted it as a feature request. For now, you can, however, control it via little custom CSS, such as follows.

    @media only screen and (max-width:500px){
     [class*="edplus_anim-"]{
      animation: none !important;
     }
    }

    This CSS should disable animations on screen size below 500px. You can adapt it to your need and use.

    Let me know how it goes.

    Thread Starter Marlo

    (@awstudio)

    Thanks a lot!

    You have an awesome plugin! ??

    Plugin Author Munir Kamal

    (@munirkamal)

    Hey @awstudio,

    Glad to hear that your issue has been resolved.

    It would be appreciated if you could leave a review to support this plugin.
    https://www.ads-software.com/support/plugin/editorplus/reviews/#new-post

    Cheers,
    Munir

    Thread Starter Marlo

    (@awstudio)

    Hi Munir,
    Of course, I just want to use a little bit more.
    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable animation on mobile’ is closed to new replies.