> For the complete documentation index, see [llms.txt](https://highfivethemes.gitbook.io/digital-user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://highfivethemes.gitbook.io/digital-user-documentation/other-settings/disable-animations.md).

# 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="/files/wHDDKGhkIGT8WEEMHlI4" alt=""><figcaption></figcaption></figure>

* Click **Save** to save
