mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-07 05:03:18 +00:00
style and compatibility update
This commit is contained in:
13
app/static/external/materialize/sass/components/_transitions.scss
vendored
Normal file
13
app/static/external/materialize/sass/components/_transitions.scss
vendored
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