After downloading a code, I came across the following line:
<button data-effect="st-effect-4">Slide along</button>
I noticed that "st-effect-4" is a class
name in the code, but I am curious to know what exactly this data-effect
attribute is used for. Can anyone provide an explanation?