mirror of
https://github.com/kognise/water.css.git
synced 2025-08-09 14:47:08 +02:00
fix: no bouncey transition, max scale 1
This commit is contained in:
@@ -35,14 +35,14 @@ html {
|
||||
overflow: auto;
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 220ms;
|
||||
transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1) 220ms;
|
||||
}
|
||||
|
||||
#link-snippet-container > pre[hidden] {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
transform: scale(0);
|
||||
transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0ms 220ms;
|
||||
transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1), visibility 0ms 220ms;
|
||||
}
|
||||
|
||||
#theme-form > label:not(:last-of-type) {
|
||||
|
Reference in New Issue
Block a user