5 ms·
That blurs the content inside of a div, how is the content tied in, is it scroll synched?
by joegaudet 13y ago
That blurs the content inside of a div, how is the content tied in, is it scroll synched?
- peterhunt 13y agoI do synthetic scrolling (translate3d() + touch event interpretation and inertial math). Then duplicate the DOM for the top and bottom bars, adjust the positioning to make them look fluid and apply the CSS blur filter. It's easy with React :)