david-s
2/26/2019 - 10:06 AM

Custom AOS Animation

[data-aos='height-top-max'] {

  &::after {
    height: 0;
    transition-property: height;
  }

  &.aos-animate { // This is key

    &::after {
      height: 100%;
    }
  }
}