home : Bartok sur les liens
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
6606d1d2d1
commit
562e5958fd
1 changed files with 8 additions and 2 deletions
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
a {
|
||||
font-size: 3rem;
|
||||
font-family: var(--font-sans-serif);
|
||||
font-weight: 800;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -76,13 +78,17 @@
|
|||
}
|
||||
|
||||
&[data-mode="flip"] .outfit {
|
||||
transition: opacity 0.01s ease-in-out, width 0.7s var(--curve),
|
||||
transition:
|
||||
opacity 0.01s ease-in-out,
|
||||
width 0.7s var(--curve),
|
||||
transform 0.7s var(--curve) 0.2s;
|
||||
animation: flip 3s var(--curve);
|
||||
}
|
||||
|
||||
&[data-mode="fade"] .outfit {
|
||||
transition: width 0.7s var(--curve), transform 0.7s var(--curve) 0.2s;
|
||||
transition:
|
||||
width 0.7s var(--curve),
|
||||
transform 0.7s var(--curve) 0.2s;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue