Reuben Firmin
10/16/2024, 9:10 PManimation += Animation(
name = "gradient",
duration = 10.s,
timing = Timing.linear,
iterationCount = IterationCount.infinite
)
KeyframesBuilder().apply {
from {
backgroundPosition = <http://RelativePosition.top|RelativePosition.top>
}
to {
backgroundPosition = RelativePosition.bottom
}
}