NEW 68427
<progress> and <input type=checkbox switch> ideally build upon an animation concept rather than maintaining their own timer
https://bugs.webkit.org/show_bug.cgi?id=68427
Summary <progress> and <input type=checkbox switch> ideally build upon an animation c...
Hajime Morrita
Reported 2011-09-19 23:58:24 PDT
For power-saving, RenderProgress::m_animationTimer should be removed. It should be replaced with an animation system. Which will allow us to reducing the frame rate, suspending and resuming.
Attachments
Ahmad Saleem
Comment 1 2023-12-19 16:20:11 PST
Still has: https://github.com/WebKit/WebKit/blob/35c1f16c757919912b753c31234880400a5c6f25/Source/WebCore/rendering/RenderProgress.cpp#L83 void RenderProgress::animationTimerFired() <--- etc. Should it be in 'Animations' category rather than 'DOM'?
Anne van Kesteren
Comment 2 2023-12-19 23:05:49 PST
Yeah this is still valid. And also applies to the new switch control.
Note You need to log in before you can comment on or make changes to this bug.