cinnamon-bun / seasonal-hours-clock

Created with CodeSandbox
https://codesandbox.io/s/github/cinnamon-bun/seasonal-hours-clock
29 stars 9 forks source link

Resize request animation frame #12

Closed sgwilym closed 1 year ago

sgwilym commented 1 year ago

Calls requestAnimationFrame around the dimensions state update whenever the resize callback is fired. Should improve resizing speed somewhat, though it's not quite what I'd hoped for...

Which is why I've also added transform: translate3d(0, 0, 0) to the .App class' CSS. The presence of this rule makes many browsers switch to using the GPU for rendering.

sgwilym commented 1 year ago

damn it, did it again.