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

原创 CSS实现网页花瓣loading效果
最终效果完整代码https://github.com/1395204913/CSSDemo/tree/master/petals_loading主要实现代码首先创建父容器load,再创建6个花瓣容器petal<!-- 父容器 --> <div class="load"> <!-- 六个花瓣 --> <div class="petal"></div> <div class="p
2020-07-05 16:34:00
952
原创 CSS实现波浪效果
最终效果完整代码https://github.com/1395204913/CSSDemo/tree/master/water主要实现代码首先创建外圈容器container和内圈容器wave<div class="container"> <div class="wave"></div> </div>将两元素居中放置且设置为圆形.container,.wave { width: 12.5rem; hei
2020-07-09 13:52:13
440
原创 CSS3 Transition属性
transition属性主要是用来对某个CSS属性的变化过程进行控制,官方的介绍是”CSS Transitions allow property changes in CSS values to occur smoothly over a specified duration.“。理解为”在某个时间段内,平滑地改变某个CSS属性。“。 Transition又包含了四个子属性,分别为property...
2018-04-28 11:41:47
452
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人