row click & filters + ...
This commit is contained in:
@@ -227,3 +227,19 @@ textarea::placeholder {
|
||||
}
|
||||
|
||||
/* End Generation Here */
|
||||
|
||||
/* انیمیشن برای فیلترهای موبایل */
|
||||
@keyframes fadeInDown {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
.animate-fadeInDown {
|
||||
animation: fadeInDown 0.3s ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user