• Resolved webdee75

    (@webdee75)


    Hello,

    I have set a “fade in Right Short” animation (duration : normal + delay: 200ms) and it looks as if the animation-fill-mode was not set : instead of having opacity:0 during the delay, I can see the section block content (especially the colored links in the text) during this short time lapse. Then it goes to opacity:0 and the animation begins.

    I’ve seen that Animate.css is used in your plugin and set by default on animation-fill-mode: both; so this behavior is difficult to understand…

    I tried a (no IE) trick with :

    @supports not (-ms-high-contrast: none) {
    	
    .toto { opacity:0; animation-fill-mode: both;}
    
    @media (prefers-reduced-motion: reduce) {
    	.toto {opacity:1}
    }
    	
    }

    But I dont I don’t feel comfortable with the idea of having the main contents in opacity:0 !!
    And even if it really looks better for simple pictures, titles and texts, When there are colored links, I can still see them briefly appearing before the animation begins.
    Would you have any other solution ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter webdee75

    (@webdee75)

    Better with visibility:hidden & visible… nothing appears during the delay.

    But still I would prefer not to hide my content, in case the animation wouldn’t run for any reason…

    Plugin Support dimned

    (@dimned)

    Hi @webdee75,
    Could you specify the steps to replicate the issue or share a page URL where this issue can be previewed? Thanks.

    Plugin Support dimned

    (@dimned)

    Hi @webdee75,
    We have just released an update for the Getwid plugin where we have added a smooth animation option that prevents a horizontal scroll bar and blinking from appearing during the entrance animation. Could you update the plugin and check it?

    Thread Starter webdee75

    (@webdee75)

    Hi @dimned,
    Thanks a lot ! I removed the css trick and activate your new option in the appearance settings and it works like a charm !

    Plugin Support dimned

    (@dimned)

    Hi @webdee75,
    Thanks for your feedback. It would be extremely helpful if you review the Getwid plugin here https://wordpress.org/support/plugin/getwid/reviews

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Entrance Animation Bug’ is closed to new replies.