Swipe
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 52s
Create and publish a Docker image / Deploy image (push) Successful in 3s

This commit is contained in:
VITALY-VORON
2023-08-25 01:06:36 +03:00
parent 1cd3aaa6ab
commit 628b7e9caa
3 changed files with 178 additions and 3 deletions

View File

@ -25,19 +25,20 @@
max-width: 300px;
max-height: 400px;
cursor: pointer;
transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
transition: transform 0.05s ease-in-out, opacity 0.25s ease-in-out;
}
.swipe-left {
transform: translateX(-100%) rotate(-5deg);
transform: translateX(-10%) rotate(-20deg);
opacity: 0;
}
.swipe-right {
transform: translateX(100%) rotate(5deg);
transform: translateX(10%) rotate(20deg);
opacity: 0;
}
.card {
width: 80px;
max-width: 300px;