I am interested in creating a unique effect where different classes fade in on page load.
Check out this webpage for reference.
The linked page showcases squares in various shades of grey and color, with the desire to have them fade in at different intervals.
While there are articles available on fading in ID tags, I haven't found any specifically on fading in Class tags. Using IDs would require targeting each square individually as IDs can only affect one element.
I am aiming to apply effects to multiple squares simultaneously.