mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 18:26:16 -04:00
Fix bug in info page animation
This commit is contained in:
parent
9ef6abebc1
commit
a18e06d3c7
2 changed files with 6 additions and 2 deletions
|
@ -497,9 +497,13 @@ input {
|
|||
border-radius: 50%;
|
||||
background: var(--primary-color);
|
||||
transform: scale(0);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
/* Hack such that initial scale(0) isn't animated */
|
||||
#about x-background{
|
||||
will-change: transform;
|
||||
transition: transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#about:target x-background {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue