Disable animations

Digital allow disablse site animation:

To disable:

  • Go to Settings > Code injection from the admin menu

  • Choose Site header

  • Copy this code and paste it inside Site header input area

<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>
  • Click Save to save

Last updated