logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Animate.css+wow.js实现页面滚动到可视区显示动画效果

今天看迅雷官网https://www.xunlei.com/v2018/dist/aboutus.html实现的滚动到可视区域后显示动画,自己之前没做过这种,非常感兴趣,然后问小伙伴,大部分都没做过类似的,于是乎我只能自己查了第一想到的是swiper,之前写轮播图用过。https://www.swiper.com.cn/https://www.swiper.com.cn/usage/animate

文章图片
#css#动画
vue遍历的数据点击之后相对的变色

<divv-for="(item, index) in musicType":key="item.type":class="index == currentKey ? 'isActive' : 'types' + item.type"style="margin-left: 45px;cursor: pointer;"@click="changeType(item.type, index)".

#vue.js
vue elementui级联选择器change事件如何获取label的值

ele默认返回一个数组,对应其id。但是我还想拿到他们选择的label加一个refhandleChange(value) {if (value) {console.log(this.$refs.cascaderAddr.getCheckedNodes()[0].pathLabels);}},最后控制台就可以获取了...

#elementui
到底了