Fix marquee bug
This commit is contained in:
@@ -131,8 +131,6 @@
|
||||
--breakpoint-3xl: 1700px;
|
||||
|
||||
/* ANIMATIONS */
|
||||
--animate-marquee: marquee 20s linear infinite;
|
||||
--animate-marquee-reverse: marquee 20s linear infinite reverse;
|
||||
--animate-fade-in: fadeIn 350ms ease-in-out;
|
||||
|
||||
--animate-slide-down: slideDown 300ms ease-out;
|
||||
@@ -149,12 +147,6 @@
|
||||
--animate-toast-in: toastSlideIn 600ms cubic-bezier(0.16, 1, 0.3, 1);
|
||||
--animate-toast-out: toastSlideOut 200ms ease-out;
|
||||
|
||||
@keyframes marquee {
|
||||
to {
|
||||
transform: translateX(50%);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user