您好,欢迎来到源码搜藏!分享精神,快乐你我!提示:担心找不到本站?在百度搜索“源码搜藏”,网址永远不丢失!
  • 首 页
  • 在线工具
  • 当前位置:首页 > 网页特效 > css3特效 >

    CSS3手势变换动画特效

    时间:2014-06-24 19:17 来源:互联网 作者:源码搜藏 浏览:收藏 挑错 推荐 打印
    效果预览 进入下载地址列表

    CSS3手势变换动画特效CSS3手势变换动画特效是一款非常特别的CSS3动画,它展现在我们眼前的是一只手掌,手掌下方有一个滑动按钮,点击按钮即可切换手势,目前可以切换两种不同的手势。CSS3手势变换滑动按钮动画效果

    input[type=checkbox] ~ .hand .finger:nth-of-type(1):after,
    input[type=checkbox] ~ .hand .finger:nth-of-type(4):after {
      display: block;
    }
    input[type=checkbox] ~ .hand .finger:nth-of-type(1) {
      height: 187.5px;
    }
    input[type=checkbox] ~ .hand .finger.thumb {
      height: 136.36363636px;
    }
    input[type=checkbox]:checked ~ .hand .finger {
      height: 75px;
    }
    input[type=checkbox]:checked ~ .hand .finger:after {
      display: none;
    }
    input[type=checkbox]:checked ~ .hand .finger:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    }
    input[type=checkbox]:checked ~ .hand .finger:nth-of-type(3) {
      height: 250px;
    }
    input[type=checkbox]:checked ~ .hand .finger:nth-of-type(3):before {
      top: 2%;
      background: rgba(255, 255, 255, 0.5);
      border-bottom-left-radius: 37.5px;
      border-bottom-right-radius: 37.5px;
    }
    input[type=checkbox]:checked ~ .hand .finger:nth-of-type(3):after {
      display: block;
    }
    input[type=checkbox]:checked ~ .hand .finger.thumb {
      height: 136.36363636px;
    }

    CSS3手势变换动画特效由源码搜藏网整理,转载请注明出处http://www.codesocang.com/texiao/css3texiao/9582.html 源码搜藏承诺:本站所有资源无病毒,无弹窗,无干扰链接!