mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 12:40:28 +03:00
Add animation on profile pic hover
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
27d0a88b36
commit
0d12c64c47
3 changed files with 10 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
& .avatar-container,
|
||||
& .notification-badge {
|
||||
transition: transform 200ms cubic-bezier(0, 0.8, 0.67, 0.97);
|
||||
transition: transform 200ms var(--fluid-push);
|
||||
}
|
||||
&:hover .avatar-container {
|
||||
transform: translateX(4px)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue