其他分享
首页 > 其他分享> > AOS aos.js动画属性中文说明

AOS aos.js动画属性中文说明

作者:互联网

Animate On Scroll Library
下载地址:https://github.com/michalsnik/aos
官方网站:http://michalsnik.github.io/aos/

<div data-aos="fade-up"></div>
属性属性说明属性值默认值
aos动画效果名称fade-upnull
aos-offset可视区域前距离触发动画200px120px
aos-duration持续动画时间(范围从50-3000毫秒)600400
aos-easing动画处理的定时功能(linear,ease-in-out,ease-out-quart)ease-in-outease
aos-delay动画的延迟时间3000
aos-anchor锚元素。偏移触发动画#selectornull
aos-anchor-placement锚位置,元素位于屏幕底部位置时触发动画(范围top-bottom , top-center,top-top)top-centertop-bottom
aos-once是否每次上下滚动都会触发,默认触发一次truefalse

标签:动画,触发,top,js,AOS,aos,ease,属性
来源: https://blog.csdn.net/andlly2008/article/details/120919119