Skip to content

Instantly share code, notes, and snippets.

@Leikam
Forked from anonymous/dabblet.css
Created May 6, 2013 12:07
Show Gist options
  • Save Leikam/5524754 to your computer and use it in GitHub Desktop.
Save Leikam/5524754 to your computer and use it in GitHub Desktop.
Полу-анимация: начинается в точке -delay/duration
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)}
{"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