Easing effects hiding content

Home Forums Tucson – Responsive HTML5 Template Easing effects hiding content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10038924
    Pwohlsen
    Participant

    I have had reports that the ease-in effects, those items that have them sometimes do not appear, but will if you refresh. In Chrome developer tools, I get this error:

    Uncaught (in promise) Error: An error occurred
    at bundle.js:1
    at new Promise (<anonymous>)
    at bundle.js:1
    at p.initContent (bundle.js:1)
    at Array.<anonymous> (bundle.js:2)
    at p.dispatch (bundle.js:2)
    at p.dispatch (bundle.js:2)
    at Object.initContent (bundle.js:1)
    at bundle.js:1


    #10038926
    Support
    Keymaster

    Hello, in the new version you can set forceInit for the animations, to fix it:

    1) Update the file theme.js with https://pastebin.com/raw/pGMXjPW2

    2) Change everywhere you have this (for example):

    FROM:

    <div class="col text-center appear-animation" data-appear-animation="fadeInUpShorter">

    TO:

    <div class="col text-center appear-animation" data-appear-animation="fadeInUpShorter" data-plugin-options="{'forceInit': true}">

    Let me know if there is anything else I can help you with.

    Kind Regards,

    Jonas


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.