How to add on scroll animation in magento 2 using AOS (Animation On Scroll) Jquery? Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Java script error with prototypeMagento 1.9 : TypeError: jQuery(…).owlCarousel is not a functionHow to include/use JQuery in Magento2 BlocksJquery conflict with elastislide.js and prototype.jsusing jQuery-ui accordion in checkout pageHow to add js libraries that require Jquery to magento 2 using requireJsAdding jQuery plugin to Magento 2 does not workHow to call custom jQuery slider in magento 2Javascript issue on magento 2QuickView not working after load product Using infinite scroll Magento 2

Do jazz musicians improvise on the parent scale in addition to the chord-scales?

How to react to hostile behavior from a senior developer?

Can a party unilaterally change candidates in preparation for a General election?

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

What is the longest distance a player character can jump in one leap?

Significance of Cersei's obsession with elephants?

How could we fake a moon landing now?

Trademark violation for app?

Chinese Seal on silk painting - what does it mean?

Should I use a zero-interest credit card for a large one-time purchase?

Extracting terms with certain heads in a function

Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?

Is this homebrew Lady of Pain warlock patron balanced?

What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV

Using audio cues to encourage good posture

Amount of permutations on an NxNxN Rubik's Cube

Generate an RGB colour grid

An adverb for when you're not exaggerating

Is there such thing as an Availability Group failover trigger?

What's the meaning of "fortified infraction restraint"?

What do you call the main part of a joke?

What does できなさすぎる means?

Does classifying an integer as a discrete log require it be part of a multiplicative group?

How would a mousetrap for use in space work?



How to add on scroll animation in magento 2 using AOS (Animation On Scroll) Jquery?



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Java script error with prototypeMagento 1.9 : TypeError: jQuery(…).owlCarousel is not a functionHow to include/use JQuery in Magento2 BlocksJquery conflict with elastislide.js and prototype.jsusing jQuery-ui accordion in checkout pageHow to add js libraries that require Jquery to magento 2 using requireJsAdding jQuery plugin to Magento 2 does not workHow to call custom jQuery slider in magento 2Javascript issue on magento 2QuickView not working after load product Using infinite scroll Magento 2



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I have tried to add on scroll animation in my Magento 2 cms page. I used AOS Jquery for that.



I have added the js and CSS file and initialize AOS through cms page but It will shows




Uncaught TypeError: AOS.init is not a function




Does anyone have an idea how to use AOS in Magento2?










share|improve this question

















This question has an open bounty worth +50
reputation from user1799722 ending ending at 2019-04-25 04:55:48Z">in 7 days.


This question has not received enough attention.
















  • did u got any solution

    – user1799722
    10 hours ago

















3















I have tried to add on scroll animation in my Magento 2 cms page. I used AOS Jquery for that.



I have added the js and CSS file and initialize AOS through cms page but It will shows




Uncaught TypeError: AOS.init is not a function




Does anyone have an idea how to use AOS in Magento2?










share|improve this question

















This question has an open bounty worth +50
reputation from user1799722 ending ending at 2019-04-25 04:55:48Z">in 7 days.


This question has not received enough attention.
















  • did u got any solution

    – user1799722
    10 hours ago













3












3








3








I have tried to add on scroll animation in my Magento 2 cms page. I used AOS Jquery for that.



I have added the js and CSS file and initialize AOS through cms page but It will shows




Uncaught TypeError: AOS.init is not a function




Does anyone have an idea how to use AOS in Magento2?










share|improve this question
















I have tried to add on scroll animation in my Magento 2 cms page. I used AOS Jquery for that.



I have added the js and CSS file and initialize AOS through cms page but It will shows




Uncaught TypeError: AOS.init is not a function




Does anyone have an idea how to use AOS in Magento2?







magento2 jquery cms-pages






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 23 '18 at 20:44









Aaditya

4,27121139




4,27121139










asked Jun 23 '18 at 12:44









BharatBharat

386




386






This question has an open bounty worth +50
reputation from user1799722 ending ending at 2019-04-25 04:55:48Z">in 7 days.


This question has not received enough attention.








This question has an open bounty worth +50
reputation from user1799722 ending ending at 2019-04-25 04:55:48Z">in 7 days.


This question has not received enough attention.














  • did u got any solution

    – user1799722
    10 hours ago

















  • did u got any solution

    – user1799722
    10 hours ago
















did u got any solution

– user1799722
10 hours ago





did u got any solution

– user1799722
10 hours ago










1 Answer
1






active

oldest

votes


















1














Just create requirejs-config.js file inside your theme template,



app/code/Vendor/Module/view/frontend/requirejs-config.js


code for js file,



var config = 
paths:
'mgsaos': "js/aos.min"
,
shim:
'aos':
deps: ['jquery']


;


Now you can use inside your template like this,



<script>
require([ 'jquery', 'mgsaos' ], function ($,AOS)
AOS.init(
duration: 1200,
);
);
</script>


Now



Remove var folder from root
Remove pub/static folder contents.
Run deploy command,

php bin/magento setup:static-content:deploy





share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f231132%2fhow-to-add-on-scroll-animation-in-magento-2-using-aos-animation-on-scroll-jque%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Just create requirejs-config.js file inside your theme template,



    app/code/Vendor/Module/view/frontend/requirejs-config.js


    code for js file,



    var config = 
    paths:
    'mgsaos': "js/aos.min"
    ,
    shim:
    'aos':
    deps: ['jquery']


    ;


    Now you can use inside your template like this,



    <script>
    require([ 'jquery', 'mgsaos' ], function ($,AOS)
    AOS.init(
    duration: 1200,
    );
    );
    </script>


    Now



    Remove var folder from root
    Remove pub/static folder contents.
    Run deploy command,

    php bin/magento setup:static-content:deploy





    share|improve this answer



























      1














      Just create requirejs-config.js file inside your theme template,



      app/code/Vendor/Module/view/frontend/requirejs-config.js


      code for js file,



      var config = 
      paths:
      'mgsaos': "js/aos.min"
      ,
      shim:
      'aos':
      deps: ['jquery']


      ;


      Now you can use inside your template like this,



      <script>
      require([ 'jquery', 'mgsaos' ], function ($,AOS)
      AOS.init(
      duration: 1200,
      );
      );
      </script>


      Now



      Remove var folder from root
      Remove pub/static folder contents.
      Run deploy command,

      php bin/magento setup:static-content:deploy





      share|improve this answer

























        1












        1








        1







        Just create requirejs-config.js file inside your theme template,



        app/code/Vendor/Module/view/frontend/requirejs-config.js


        code for js file,



        var config = 
        paths:
        'mgsaos': "js/aos.min"
        ,
        shim:
        'aos':
        deps: ['jquery']


        ;


        Now you can use inside your template like this,



        <script>
        require([ 'jquery', 'mgsaos' ], function ($,AOS)
        AOS.init(
        duration: 1200,
        );
        );
        </script>


        Now



        Remove var folder from root
        Remove pub/static folder contents.
        Run deploy command,

        php bin/magento setup:static-content:deploy





        share|improve this answer













        Just create requirejs-config.js file inside your theme template,



        app/code/Vendor/Module/view/frontend/requirejs-config.js


        code for js file,



        var config = 
        paths:
        'mgsaos': "js/aos.min"
        ,
        shim:
        'aos':
        deps: ['jquery']


        ;


        Now you can use inside your template like this,



        <script>
        require([ 'jquery', 'mgsaos' ], function ($,AOS)
        AOS.init(
        duration: 1200,
        );
        );
        </script>


        Now



        Remove var folder from root
        Remove pub/static folder contents.
        Run deploy command,

        php bin/magento setup:static-content:deploy






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 19 mins ago









        Vishwas BhatnagarVishwas Bhatnagar

        2,94422146




        2,94422146



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f231132%2fhow-to-add-on-scroll-animation-in-magento-2-using-aos-animation-on-scroll-jque%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            منجزی محتویات تیره‌های طایفه منجزی[ویرایش] مشاهیر طایفه منجزی[ویرایش] محل سکونت[ویرایش] پانویس[ویرایش] منابع[ویرایش] منوی ناوبری«نمودار اجتماعی طوایف بختیاری»«BakhtyārBAḴTĪĀRĪ TRIBE»«اسامی طوایف و شعب ایل بختیاری»ووگسترش آن

            بیوانفورماتیک محتویات تاریخچه[ویرایش] اهداف[ویرایش] کاربردهای بیوانفورماتیک[ویرایش] زمینه‌های مهم بیوانفورماتیک[ویرایش] موضوعات سیستم نرم‌افزاری بیوانفورماتیک[ویرایش] مراکز و ابزار[ویرایش] جستارهای وابسته[ویرایش] پیوند به بیرون[ویرایش] منابع[ویرایش] منوی ناوبریووانجمن بیوانفورماتیک ایرانمرکز بیوانفورماتیک دانشگاه تهرانمرکز ملی تحقیقات بیوانفورماتیکانستیتو بیو-آی‌تیبانک داده‌های دی ان ایمرکز ملی اطلاعات بیوتکنولوژیانستیتوی بیوانفورماتیک اروپاپورتال بیوانفورماتیک ایران«فرهنگ واژه‌های مصوب فرهنگستان ـ دفتر هشتم، بخش لاتین»وووو4611085-900870420ووو