Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VikramVasudevan/6bc584ac2b2c30275b5b7a2067c4096f to your computer and use it in GitHub Desktop.
Save VikramVasudevan/6bc584ac2b2c30275b5b7a2067c4096f to your computer and use it in GitHub Desktop.
scroll-slideshow-item.component.html
<div #slideshowitem
[@scrollTrigger]="{ value : show, params : { initEnterTranslate : enterInitPosition, exitTranslate : exitPosition }}"
class="slide-show-item" *ngIf="show">
<ng-content></ng-content>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment