美文网首页
长文本信息页面滚动指定位置显示动画,一般用在官网上

长文本信息页面滚动指定位置显示动画,一般用在官网上

作者: 前端蜗牛老师 | 来源:发表于2019-11-14 07:58 被阅读0次

简介

rollPage 解决了长文本信息页滚动到当前页面显示动画的插件

你可以设置要显示元素距离页面可视区域底部多远执行动画

你可以使用内置样式但必须和示例demo结构一样

ro-opacity ro-scale ro-from-right ro-from-left

你可以结合animate.css使用 做出酷炫的出场效果


方法

npm install roll-page --S

main.js 里写

import rollPage from './plugins';

Vue.use(rollPage)

gitHub地址

相关文章

网友评论

      本文标题:长文本信息页面滚动指定位置显示动画,一般用在官网上

      本文链接:https://www.haomeiwen.com/subject/mreepqtx.html