# Disable animations

**Digital** allow disablse site animation:

### To disable:

* Go to **Settings > Code injection** from the admin menu&#x20;
* Choose **Site header**
* Copy this code and paste it inside **Site header** input area

```html
<script>
    var disableSectionAnim = false;
</script>

<style>
  .section-title,
  .post-card,
  .project-card,
  .tier-card,
  .work-card,
  .author-card,
  .authors-page__authors,
  .work-card,
  .tag-page-post-card,
  .post-header__wrapper,
  .post-header__img-wrapper,
  .subscribe-banner,
  .project-header__meta,
  .project-header__img-wrapper,
  .author-page__header,
  .authors-page-header__content,
  .categories-page-header__content,
  .category__title-wrapper,
  .category,
  .contact-page__box,
  .membership-page__head,
  .page-header__meta,
  .load-more-btn-wrapper,
  .projects-page-header__content,
  .projects__title-wrapper,
  .projects-page__pagination,
  .tag-header__content,
  .tag-page__posts-count-wrapper,
  .tag-page__pagination,
  .hero__container,
  .author-page__posts,
  .author-page__pagination,
  .page .wrapper{
    opacity: 1 !important;
    transform: none !important;
    pointer-events: all !important;
  }
</style>
```

<figure><img src="https://570087162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwvffoSogkWPRht0dQCRD%2Fuploads%2F7v80gkpO1Q1ruCt0IV4o%2Fdoc.JPG?alt=media&#x26;token=f4e1bd3b-6e84-4bad-bef5-cd6407499f12" alt=""><figcaption></figcaption></figure>

* Click **Save** to save
