Jacob Downs Profile picture
Jul 13, 2018 9 tweets 4 min read Twitter logo 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
 

Keep Current with Jacob Downs

Jacob Downs Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

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 two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

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

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(