fix banner text speed

This commit is contained in:
kwan.nguyen 2025-01-10 15:52:03 +07:00
parent 59aeaca114
commit ec2f2ec2a5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace PCUT.ViewModels
contentBuilder.Append( contentBuilder.Append(
@"<!DOCTYPE html><html> @"<!DOCTYPE html><html>
<head><style> <head><style>
.marquee-container {display: flex;overflow: hidden;white-space: nowrap;animation: marquee 20s linear infinite;} .marquee-container {display: flex;overflow: hidden;white-space: nowrap;animation: marquee 30s linear infinite;}
.marquee-text {width: 100%} .marquee-text {width: 100%}
@keyframes marquee {0% {transform: translateX(100%);} 100% {transform: translateX(-100%);}} @keyframes marquee {0% {transform: translateX(100%);} 100% {transform: translateX(-100%);}}
</style></head> </style></head>