You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var resourceCards = document.querySelectorAll('.resource-block')
var facilityCards = document.querySelectorAll('.facility-block')
var len = resourceCards.length
setBodymovin(resourceCards, len)
setBodymovin(facilityCards, len)
2018-05-19 01:10:14
在百度前端技术学院学习 设计师学院 绿(大佬)的课程 (第一课QAQ) 传送门
然后模仿san官网的动画效果 san
这是我模仿的效果 传送们 pc端食用更佳!
大佬的实现已经很棒了 个人只让部分动画变得平滑 比如说鼠标移出的时候增加了
transition: transform .3s;
这样可以让鼠标移出Div的时候更加平滑
分界线~~~
首先贴出资料和大佬的教程
大概就是这么写 大家可以去Google搜教程 官方案例很不错
首先布局 结构和样式都可以借鉴san官网 利用控制台(so easy~)
这是结构 具体样式可以查看我的github文件 传送门
然后就是js 控制动画效果了
引入jquery (方便~)
最后贴 gulp 任务
具体代码见github源码
大佬多给给意见哦~~~
Qq: 952822399
The text was updated successfully, but these errors were encountered: