Default: Animated or Still?
See original GitHub issueShould the default mode be animated (i.e. 60 FPS requestAnimationFrame loop) or still (i.e. render once and then again on resize)?
Although most of my work lately is still (prints/penplotter/etc) I still think the majority of users would expect animated to be default, so they can use { time } without any additional settings…
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Using Still images in Premiere
A still image can easily be animated using Premiere. ... Andrew Devis explains how the 'Default Scale to Frame Size' preference works in...
Read more >How to detect if an image (a GIF) is animated or still
I think a file with gif extension can be still image or animated image. How can I check if it's animated or still...
Read more >animation still playing after default Animate script removal
For some reason, the default “looking around” animation still plays even after replacing the default Animate script with an edited one.
Read more >Property Animation Overview | Android Developers
The property animation system is a robust framework that allows you to animate almost anything. You can define an animation to change any ......
Read more >Animated Emotes - Twitch Help
This article goes over creation and information about Animated Emotes. ... you're looking for a place to start, you still have access to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’m going to close this as I think non-animated is a good default. Thanks for the input!
Thanks for the input!
@kellymilligan I think what you’re looking for should already be possible. You can use
{ scaleToView: true }if you want to preview a high-res output in your browser, see here in the docs.If you have an artwork sized in cm/inches you can use this:
And/or, you can use
{ exportPixelRatio }, which multiplies the dimensions before exporting.