Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Fade in scroll on top Reply To: Fade in scroll on top

#181584
Soronbe
Participant

Use addClass and removeClass to add (and remove) a class to an element. Then proceed to use

.my-new-class {
/*css here*/
}