Comment on page
Removing Animations

To remove the default article load animation, open
index.css
, search for .gh-article
and remove this line:animation: slide-in-from-left .5s ease;

Open to
index.css
and remove the following:.featured-gh-card-image:hover,
.gh-card-image:hover {
transform: translateY(-3px);
transition: transform .3s ease
}
Last modified 6mo ago