js+css实现鼠标悬浮图标旋转动画效果代码
代码语言:html
所属分类:悬停
代码描述:js+css实现鼠标悬浮图标旋转动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/ionicons.min.css"> <style> .icon { position: relative; font-size: 40px; color: #ffffff; width: 75px; margin: 40px; height: 75px; line-height: 75px; display: inline-block; text-align: center; border-radius: 50%; } .icon * { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-transition: all 0.3s; transition: all 0.3s; } .icon:before, .icon:after { -webk.........完整代码请登录后点击上方下载按钮下载查看
网友评论0