mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-05-06 08:16:40 +07:00
initial
This commit is contained in:
commit
5104c2518b
34 changed files with 6844 additions and 0 deletions
assets/css
10
assets/css/_transitions.scss
Normal file
10
assets/css/_transitions.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
.page-enter-active,
|
||||
.page-leave-active {
|
||||
transition: all 0.4s;
|
||||
}
|
||||
|
||||
.page-enter-from,
|
||||
.page-leave-to {
|
||||
opacity: 0;
|
||||
transform: translate(0, 50px);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue