php AOS动画

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php AOS动画相关的知识,希望对你有一定的参考价值。

https://github.com/michalsnik/aos
<?php
    // AOS animate css
  wp_enqueue_style( 'aos-css',  'https://unpkg.com/aos@2.3.1/dist/aos.css', false, null );
    // AOS animate js
  wp_enqueue_script('aos-js',  'https://unpkg.com/aos@2.3.1/dist/aos.js', array('jquery'), '2.3.1', true );
    
    
    
// Add to footer script    
AOS.init({
    delay: 100, // values from 0 to 3000, with step 50ms
    duration: 400, // values from 0 to 3000, with step 50ms
    easing: 'ease', // default easing for AOS animations
    once: true,  // animate only once
});

以上是关于php AOS动画的主要内容,如果未能解决你的问题,请参考以下文章

当部分出现在屏幕上时,AOS 动画不起作用

aos.js超赞页面滚动元素动画jQuery动画库

Js 之aos.js页面滚动动画

aos.js超赞页面滚动元素动画jQuery动画库

javascript 滚动动画AOS

scss 自定义AOS动画