initial commit
This commit is contained in:
commit
52aad94550
94 changed files with 43651 additions and 0 deletions
13
node_modules/@materializecss/materialize/sass/components/_transitions.scss
generated
vendored
Executable file
13
node_modules/@materializecss/materialize/sass/components/_transitions.scss
generated
vendored
Executable 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue