Profile picture
Jake Downs @jakedowns
, 9 tweets, 4 min read Read on Twitter
This just reoccured to me for the nth time, but I really wish browsers would just pass along the layout engines own cached values with Scroll/Resize events, like: scrollPosition[x,y], document[w,h], window[w,h] /cc @ietf @w3c @csswg @webkit @mozilla @MicrosoftEdge
...heck, even just a delta[x,y] would be an improvement.

it would make things like parallaxers & scroll position based triggers so much smoother (like at least 2x instantly), since we wouldn't be causing thrashing when we attempt to re-measure these values every 16ms (or sooner)
ultimately, I'd love to see a mechanism for subscribing to high-frequency property value updates. so that we don't need to request measurements for certain element properties in tight loops. but rather, could just receive them in a callback
RequestAnimation/IdleFrame are helpful, but do not fully suffice to solve this issue. at least in my years of attempts at building the smoothest parallaxers possible. especially with many on the same page simultaneously
Imagine something like window.subscribeToElementPropertyChanges('.my-header-div', ['width','height','scrollTop','scrollLeft','offsetTop','offsetLeft'], myCallbackHandlerFunction)
then, the browser's rendering engine could just inject the values it already has on hand, instead of needing to recalculate it milliseconds later
a step further would be some kind of calc() extension to CSS to enable binding these property values directly between elements. I'm not sure which API approach is _more_ wishful thinking... 🤔
are either of these already a proposed thing?

JS hi-freq property registration seems useful to me.
bypassing JS entirely, and offloading all the math to the browser's rendering engine via CSS might make the most sense.

What do you think?
Missing some Tweet in this thread?
You can try to force a refresh.

Like this thread? Get email updates or save it to PDF!

Subscribe to Jake Downs
Profile picture

Get real-time email alerts when new unrolls are available from this author!

This content may be removed anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just three indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member and get exclusive features!

Premium member ($3.00/month or $30.00/year)

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!