-
-
Save Leikam/5524754 to your computer and use it in GitHub Desktop.
Полу-анимация: начинается в точке -delay/duration
This file contains 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
body {margin: 0} | |
div { | |
width: 200px; | |
height: 200px; | |
background: khaki; | |
/* Полу-анимация: начинается в точке -delay/duration */ | |
/*transition: transform 2s linear -.75s}*/ | |
/* Анимация с отрицательным значением прогресса?..*/ | |
transition: transform 1s cubic-bezier(.5, -.45, .5, 1.45) | |
} | |
div:hover {transform: scale(2)} |
This file contains 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></div> |
This file contains 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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment