You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do things like transitioning the text color (once the page has scrolled) in javascript.
Instead, let's have the javascript simply add a "scrolled" class to a sufficiently large parent element (like page-wrapper) and then do all the styling on the basis of things being in the "scrolled" class.
The text was updated successfully, but these errors were encountered:
Currently, we do things like transitioning the text color (once the page has scrolled) in javascript.
Instead, let's have the javascript simply add a "scrolled" class to a sufficiently large parent element (like page-wrapper) and then do all the styling on the basis of things being in the "scrolled" class.
The text was updated successfully, but these errors were encountered: