mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
updated other pages
This commit is contained in:
@ -130,6 +130,21 @@
|
||||
.animation-delay-600 {
|
||||
animation-delay: 0.6s;
|
||||
}
|
||||
@keyframes marquee-continuous {
|
||||
0% {
|
||||
transform: translateX(0%);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
.animate-marquee-continuous {
|
||||
animation: marquee-continuous linear infinite;
|
||||
will-change: transform;
|
||||
}
|
||||
.group:hover .animate-marquee-continuous {
|
||||
animation-play-state: paused;
|
||||
}
|
||||
}
|
||||
/* Optional scale animation for background */
|
||||
@keyframes floatSlightly {
|
||||
|
||||
Reference in New Issue
Block a user