Initialized jekyll with cyberpunk theme
This commit is contained in:
13
assets/css/components/_transitions.scss
Normal file
13
assets/css/components/_transitions.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Scale transition
|
||||
.scale-transition {
|
||||
&.scale-out {
|
||||
transform: scale(0);
|
||||
transition: transform .2s !important;
|
||||
}
|
||||
|
||||
&.scale-in {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
transition: transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user