Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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