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

    (@numixtech)

    Hello @nspace1999,

    Yes it’s a bug. It only works if you have only one class “no-animation” applied to your element. If you have multiple classes then it doesn’t work.

    It will be fixed in next release soon.

    Thanks.

    Thread Starter nspace1999

    (@nspace1999)

    Even with on class, it seems not working.
    As I want to apply the class on wordpress menus, I’m adding the class with jQuery.

    Plugin Author numixtech

    (@numixtech)

    Add your jquery in a way that it runs before plugin jquery.

    Thanks.

    I found the problem on this.
    on file:
    /wp-content/plugins/page-transition/class-page-transition.php
    on line 397 where it says:

    :not([class="no-animation"])

    changing to this did the trick:

    :not(.no-animation)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘no-animation is not working’ is closed to new replies.