当前路径: 星河码客 » 插件特效 » SVG动画漂亮Checkbox复选框插件_纯Css3构建的Checkbox美化效果

SVG动画漂亮Checkbox复选框插件_纯Css3构建的Checkbox美化效果

HTML结构示例

相关css3代码.checkboxWrapper input[type="checkbox"] { display: none;}.checkboxWrapper input[type="checkbox"] + label { cursor: pointer; display:block;}.checkboxWrapper input[type="checkbox"] + label i { display: inline-block; vertical-align: middle;}.checkboxWrapper input[type="checkbox"] + label path { stroke-dashoffset: -189; stroke: inherit; stroke-dasharray: 189; transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;}.checkboxWrapper input[type="checkbox"]:checked + label path { stroke-dashoffset: 0;}

SVG动画漂亮Checkbox复选框插件_纯Css3构建的Checkbox美化效果

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据
 猜你喜欢 更多»
 工具推荐 更多»