This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kevin
/
hehe.org
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
hehe.org
/
user
/
plugins
/
problems
/
scss
/
mixins
/
_transition.scss
_transition.scss
84 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
// Component transition
@mixin control-transition() {
transition: all .2s ease;
}