mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
More graceful fade-in animation
This commit is contained in:
parent
0672f5caef
commit
cd71e826ad
2 changed files with 5 additions and 5 deletions
|
@ -37,10 +37,10 @@
|
|||
}
|
||||
}
|
||||
.fade-in {
|
||||
-o-animation: fade-in 0.5s;
|
||||
-moz-animation: fade-in 0.5s;
|
||||
-webkit-animation: fade-in 0.5s;
|
||||
animation: fade-in 0.5s;
|
||||
-o-animation: fade-in 1s;
|
||||
-moz-animation: fade-in 1s;
|
||||
-webkit-animation: fade-in 1s;
|
||||
animation: fade-in 1s;
|
||||
}
|
||||
|
||||
@include keyframes(fade-in-snap) {
|
||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue