CSS3 SVG 3D立体阴影文字动画特效

2018-02-23 11:12:507368查看评论(0)
CSS3 SVG 3D立体阴影文字动画特效
CSS3 SVG 3D立体阴影文字动画特效

通过CSS3自定义checkbox样式来实现的一款CSS3立体感灯光开关按钮动画特效,切换开关可以改变页面背景颜色,从而模拟灯光的开启和关闭。

   <defs>
        <filter id="drop-stroke-shadow">
          <fegaussianblur in="SourceAlpha" stddeviation="10"></fegaussianblur>
        </filter>
        <symbol id="stroke">
          <text x="50%" y="67%" fill="none" stroke-width=".035em" stroke-linecap="round" stroke-linejoin="round" paint-order="stroke fill" text-anchor="middle">Shaded</text>
        </symbol>
        <symbol id="fill">
          <text x="50%" y="60%" text-anchor="middle">Shaded</text>
        </symbol>
      </defs>
      <g class="svg-text__shaded__stroke" stroke="#00cccc">
        <use y="5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke" opacity="0.5" filter="url(#drop-stroke-shadow)"></use>
        <use y="3%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke"></use>
        <use y="2%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke"></use>
        <use y="1%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke"></use>
        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke" stroke="cyan"></use>
      </g>
      <g fill="#e6e6e6">
        <use class="svg-text__shaded" y="7%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="6.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="6%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="5.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="4.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="4%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
        <use y="3.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill" fill="white"></use>
      </g>


申明:本站所有资源都是转载各大下载站,或由网友投稿发布,请自行检测软件的完整性,如有侵权请联系我们删除下架,联系方式:admin@php.cn

相关推荐
CSS3 SVG 3D立体阴影文字动画特效

CSS3 SVG 3D立体阴影文字动画特效

/xiazai/js/CSS3 SVG 3D立体阴影文字动画特效
6806
CSS3 3D立体文字变色发光动画特效

CSS3 3D立体文字变色发光动画特效

/xiazai/js/CSS3 3D立体文字变色发光动画特效
89844
CSS3带阴影五彩文字特效下载

CSS3带阴影五彩文字特效下载

/xiazai/js/CSS3带阴影五彩文字特效是一款具有卡通形象的CSS3五彩文字特效,虽然没有迷人的动画效果,但是五彩缤纷的文字展现在屏幕上也是非常酷的,再加上每一个文字都有不同角度的阴影效果,加上漂亮的英文字体,让整一个文字特效显得非常出色迷人,大家可以在宣传广告页面试试这款CSS3文字特效。
153343
SVG鼠标经过方向感知3D动画特效

SVG鼠标经过方向感知3D动画特效

/xiazai/js/SVG鼠标经过方向感知3D动画特效是一款基于html5+css3实现的鼠标悬停方向感知文字3D动画特效。
114481
彩色渐变的圆角按钮ui特效

彩色渐变的圆角按钮ui特效

/xiazai/js/css3圆角按钮渐变色动画特效
46546
音乐播放器插件

音乐播放器插件

/xiazai/js/音乐播放器插件
8012
HTML5数字科技背景动画特效

HTML5数字科技背景动画特效

/xiazai/js/HTML5数字科技背景动画特效是一款基于HTML5 Canvas绘制的带文本的数字线条科技背景动画特效。
1168108
简易的loader加载动画特效

简易的loader加载动画特效

/xiazai/js/css3 animation制作圆点,线条,方块,圆圈样式loader图标加载动画特效。都是单个html元素css动画,可直接使用。
42529
网页评论
最新评论