htmlhover效果,8种css3技术的hover动画效果
hover动画,简⾔之就是⿏标移上去触发的动画,就是触发了⿏标的hover事件时能看到的动画!
1.简单动画
html
bigsmall
css
.ech-big,.ech-small { transition: all .4s;
2形状变化
html
skew-lskew-rskew-l-tskew-r-tskew-l-bskew-r-b
css
.
ech-skew-l, .ech-skew-r, .ech-skew-l-t, .ech-skew-r-b, .ech-skew-l-b, .ech-skew-r-t{ transition: all .4s;
3旋转⾓度变化
html
grow-rotate-lgrow-rotate-rrotate5rotate15rotate30rotate60rotate90rotate180rotate360rotate-5rotate-15rotate-30rotate-60rotate-90rotate-180
css
.ech-grow-rotate-l,.ech-grow-rotate-r, .ech-rotate5, .ech-rotate15, .ech-rotate30, .ech-rotate60, .ech-rotate90, .ech-
rotate180, .ech-rotate360, .ech-rotate-5,.ech-rotate-15, .ech-rotate-30, .ech-rotate-60, .ech-rotate-90, .ech-rotate-
180{transition: all .4s;
4位移变化
html
up
css
.ech-t,.ech-bottom,.ech-top,.ech-right{ transition: all .4s;
5边框变化
html
border
css
.ech-border,.ech-border-in{ transition: all .4s;
6阴影变化
html
shadow
csshtmlborder
.ech-shadow,.ech-shadow-in,.ech-shadow-write,.ech-shadow-big{ transition: all .4s;
7透明度变化
html
fade-out
css
.ech-fade-out,.ech-fade-in{ transition: all .4s; 8圆⾓变化
html
rectangleradius
css
.
ech-radius,.ech-rectangle{ transition: all .4s;
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论