通过gif动画实现的动画选框
Created
January 22, 2014 12:28
-
-
Save puterjam/8557896 to your computer and use it in GitHub Desktop.
A Pen by puterjam.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="box">动画选框</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box{ | |
width:300px; | |
height:100px; | |
border:1px solid transparent; | |
border-image:url(data:image/gif;base64,R0lGODlhCAAIAJEAAP///wAAAP4BAgAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQECgD/ACwAAAAACAAIAAACDQweqWuc4Ax0k9UoYQEAIfkEBQoAAgAsAAAAAAgACAAAAg2MgaYbwPcSc/EtREMBACH5BAUKAAIALAAAAAAIAAgAAAINDIJwh60No5zxVcNMKAA7) 1 round; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment