Links
Comment on page

Removing Animations

Requires changing theme code. See Editing Theme for more info.

Remove on article load

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;

Remove on image hover

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

Applying changes

Once you’re done making these changes, visit Applying changes to apply changes to your Ghost blog.