• I have screen flashing and animation starts twice.

    I think it because it is waiting for site to load fonts and some other stuff, But it is delayed.

    Can someone help me? it will probably require login credentials.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eleopard

    (@eleopard)

    Dear Yusareba,

    If the website is not yet live, please share the links to the page and login credentials to [email protected]

    Thread Starter yusareba

    (@yusareba)

    Messaged

    Plugin Author eleopard

    (@eleopard)

    Dear Yusareba,

    It looks like a CSS conflict between Plugin and Theme.
    Please try the following workaround.

    Go to Settings > Animate It! > Custom CSS Box and paste the following.

    #bp_core_friends_widget-11{
    	opacity: 0;
    }
    #bp_core_friends_widget-11.eds-scroll-visible{
    	opacity: 1;
    }

    This is make the area invisible by default and when the classes are added, the area will be visible and animated.

    Let me know if this works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Animation Restarting. Loading twice.’ is closed to new replies.