Created
September 2, 2018 19:42
-
-
Save CB9TOIIIA/cd2c517df3d35276708aa138590d552d to your computer and use it in GitHub Desktop.
Блестящая кнопка
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
.button21{overflow:hidden;position:relative}.button21:after{content:"";margin-left:60px;width:30px;height:300px;background:#fff;-webkit-animation-delay:.05s;animation-delay:.05s;position:absolute;left:-40px;top:-150px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;transition:all .1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@keyframes slideme{0%{left:-120px;margin-left:0}to{left:110%;margin-left:40px}}@-webkit-keyframes slideme{0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}to{left:110%;margin-left:80px}}@keyframes slideme{0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}to{left:110%;margin-left:80px}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment