Amend animation speed
Is your feature request related to a problem? Please describe. Nope
Describe the solution you'd like A way to control the speed at which the animation happens.
Describe alternatives you've considered Nothing
Additional context Currently for very large cards, it's pretty slow.
First: Very Nice Card, I love it!
It would also be nice to have some control over when the animation starts, so that if you have multiple cards, they don’t all follow the same rhythm.
they don’t all follow the same rhythm
Sorry, how do you expect to define “when animation starts”? Also, different starting points (as expected since UI is shown card by card) simulate a real life situation.
The definition for triggering an animation at different times can be implemented in a variety of ways.
animation_start: 0 ← starts immediately
animation_start: 0.5 ← starts half a second later
animation_delay: 0.5 ← adds a delay before the animation begins
animation_speed: 0.7 ← adjusts the animation speed (slower or faster)
I’ve created the following card (printer card) where each column moves in sync with the others. This looks a bit static at the moment, and introducing slight variations in the animation’s start time (through delay or speed adjustments) could make the overall effect appear smoother and more dynamic imho.
We can use a random delay if enabled