摘要: 1、安装引入Animate.css npm install animate.css --save 2、在main.js中导入并全局使用Animate.css: import animated from 'animate.css' Vue.use(animated) <template> <div c 阅读全文
posted @ 2021-06-09 16:12 待炒的鱼 阅读(546) 评论(0) 推荐(0)
摘要: //npm安装scrollReveal npm install scrollreveal //引入到组件中 import scrollReveal from ‘scrollreveal’; //在data中注册 data () { return { scrollReveal: scrollRevea 阅读全文
posted @ 2021-06-09 15:43 待炒的鱼 阅读(1330) 评论(0) 推荐(0)
摘要: 首先下载 scrollReveal.js 文件并引入 链接:https://pan.baidu.com/s/12MsskovbVZ3EAMKcugu0zw 提取码:v18x 简单实例demon <!DOCTYPE html> <html lang="en"> <head> <meta charset 阅读全文
posted @ 2021-06-09 15:32 待炒的鱼 阅读(1241) 评论(0) 推荐(0)