Tagged: , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #810397

    Hi there,

    On a new website (see url below) I created portfolios with a content-section with two 1/2 colums. The right column I gave animation from right to left.

    This animated column seems to jump two or three times. This only happens in FF. In the other browsers I don’t see this issue. I have already cleared cache and so on in FF, but that didn’t help.

    Please advise.

    Thanks & regards,
    Monique

    #810800

    Hey Monique,

    Please, try to disable all the plugins and check if theres some problem and ensure that youre using the latest version of the FF.

    Best regards,
    John Torvik

    #811549

    Hey John,

    We have only CF7 active right now. I disabled it like you asked, but nothing changed. I have the latest version of FF running.

    Have you looked for yourself in FF?

    Regards,
    Monique

    #811923

    Hi,
    There is a bug in FF, yet this may help:

    .avia_transform .avia_start_delayed_animation {
         -webkit-animation-fill-mode: forwards; 
         animation-fill-mode: forwards;
    }

    The other option is to disable the animation until the next FF update:

    .avia-mozilla.avia_transform .avia_start_delayed_animation.right-to-left {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Mike

    #812011

    Hi Mike,

    Yes, option 1 works just fine. Thanks!

    Can you flag this topic as closed please?

    Best regards,
    Monique

    • This reply was modified 6 years, 10 months ago by Monique. Reason: Issue not yet solved, so please don't close the topic!
    #812175

    Sorry, it seems that the problem is not yet solved!!!

    If you look at the example (portfolio) mentioned below, you can see that here the animated column is still jumping.

    Please advise!

    Thanks & regards,
    Monique

    #812191

    Hi Monique,

    I did not see anything jumping either in FF or in Chrome, only text sliding in from the side, but just once, to appear and does not look buggy. Could you please clear the cache and test again?

    Best regards,
    Victoria

    #812202

    Hi Victoria,

    Yes, that is what I did, but no success :-(

    I have the latest FF version (54.0) running. Like I mentioned above, this problem only happens in FF, not in any other browser I tested with.

    Regards,
    Monique

    • This reply was modified 6 years, 10 months ago by Monique. Reason: Added link to short movie (made with mobile from screen)
    #812464

    Hi,
    I have changed and tested this code on FF54, please try:

    .av-animated-generic.right-to-left {
         -webkit-animation-fill-mode: forwards!important; 
         animation-fill-mode: forwards!important; 
    }

    Best regards,
    Mike

    #813005

    Hi Mike,

    That works great! I have also been able to use the ‘same’ code for left-to-right animation:

    
    .av-animated-generic.left-to-right {
         -webkit-animation-fill-mode: forwards!important; 
         animation-fill-mode: forwards!important; 
    }
    

    Thanks for your help & please flag this topic as closed!

    Regards,
    Monique

    #813072

    Hi Monique,

    Glad we got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #813338

    Thanks Gloria,

    Can you please flag this topic as closed?

    Have a nice day,
    Monique

    #813802

    Hi,

    Have a nice day too and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Animated column jumping’ is closed to new replies.