- 博客(2)
- 收藏
- 关注

原创 原生js写透明度轮播
css代码<style> * { padding: 0; margin: 0; } li { list-style: none; } #lbt { width: 400px; hei...
2020-01-08 17:04:04
333

原创 js 封装多属性运动函数
## **封装一个获取属性的函数**function getStyle(ele, property) { if (getComputedStyle) { return getComputedStyle(ele, null)[property] } else { return ele.currentStyle[property] }}...
2020-01-08 16:28:16
952
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人