Vue实现固定定位图标滑动隐藏效果
网络编程 2021-07-04 15:50www.168986.cn编程入门
移动端页面,有时候会出现一些固定定位在底部图标,比如购物车等。这篇文章主要介绍了Vue制作固定定位图标滑动隐藏效果,需要的朋友可以参考下
写在前面
移动端页面,有时候会出现一些固定定位在底部图标,比如购物车等。这时候如果添加一个滑动页面,图标透明度变低, 移动到屏幕边进行隐藏,效果如下。
所用原理
监听滑动事件,每次进行滑动时,触发动画,添加定时器,1.4s后显示该图标。具体代码如下
<template> <section class="fixed-icon" :style="{ bottom: bottom + 'rem' }" :class="[ !transition ? 'fixed-transition' : '']" @click="event"> <slot></slot> </section> </template> <script> export default { name: 'fixedIcon', props: { bottom: { // 改图标距离底部距离 单位 rem type: Number, default: 3, }, }, data () { return { transition: true, // 是否触发动画 timer: null, // 定时器 }; }, methods: { event() { this.$emit('clickEvent'); // 绑定点击图表时间 }, handleScroll () { // 每次滑动都会执行函数 this.transition = false; if (this.timer) { // 判断是否已存在定时器 clearTimeout(this.timer); } this.timer = setTimeout(() => { // 创建定时器,1.4s后图标回归原位置 this.transition = true; }, 1400); } }, mounted () { window.addEventListener('scroll', this.handleScroll); // 监听页面滑动 } }; </script> <style scoped lang="scss"> /@media only screen and (min-width:750px){html{font-size:20px}} / .fixed-icon{ position: fixed; z-index: 1100; right: 1.7rem; display: flex; justify-content: center; align-items: center; height: 4.1rem; width: 4.1rem; border-radius: 50%; background-color: rgba(128, 128, 128, 0.8); transition: 0.7s ease-in-out; } .fixed-transition{ right: -2.05rem; opacity: 0.4; transition: 1s ease-in-out; } </style>
引入代码如下
<template> <section class="content"> <fixed-icon :bottom="3" @clickEvent="chat"> <i class="icon-chat"></i> </fixed-icon> </section> </template> <script> import fixedIcon from './ponents/fixedIcon.vue'; export default { name: 'test', ponents: { fixedIcon }, data () { return { }; }, methods: { chat() { // 图标点击事件 console.log('你好'); }, }, mounted() { document.title = 'Vue制作固定定位图标滑动隐藏效果'; }, }; </script> <style scoped lang="scss"> .content{ height: 200vh; } .icon-chat{ width: 2rem; height: 1.9rem; background: url('http://pfpdwbdfy.bkt.clouddn./image/test/fixedIconTranstion/wechat.png') no-repeat; background-size: 2rem 1.9rem; } </style>
以上所述是长沙网络推广给大家介绍的Vue实现固定定位图标滑动隐藏效果,希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!
如果你觉得本文对你有帮助,欢迎网络推广网站推广转载,烦请注明出处,谢谢!
上一篇:简述pm2常用命令集合及配置文件说明
下一篇:浅谈Vue的响应式原理
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程