2022-10-08
Vue中使用AOS动画插件,让你的网页更酷炫

根据官方文档,使用此插件可以通过直接引用的方式,也可以是下载安装本地包;
1.直接使用

1
2
3
4
5
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
<script src="https://unpkg.com/aos@next/dist/aos.js”
<script>
AOS.init();
</script>

这种引入方式如果是在Vue项目中,自然是从首页(index.html)中引入。

阅读更多
浏览 |

© 2023 南疆 with help from Hexo and Twitter Bootstrap. Theme by Freemind.

container-narrow -->