Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Control animation speed #465

Open
spanag opened this issue Mar 11, 2025 · 0 comments
Open

Feature: Control animation speed #465

spanag opened this issue Mar 11, 2025 · 0 comments

Comments

@spanag
Copy link

spanag commented Mar 11, 2025

It makes sense to view an animation at different speeds, for example to "zoom in" in time during interesting events. Currently, animated properties are declared as dicts of real time to associated values. This means that changing animation speed means rebuilding the dicts, re-transmitting and resetting most of the display, which can become cumbersome (either in time or extra coding) and precludes offline publishing.

Instead, it would be simpler to add a speed control alongside the time slider and scale animation's increments by this factor; fixed stepping would also be nice to have (see #458).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant