Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <lottie-animation-view [options]="lottieConfig1Icon" [width]="500" [height]="400" (animCreated)="handleAnimation1($event)">
  2. </lottie-animation-view>
  3.  
  4. this.lottieConfig1Icon = {
  5. path: '/assets/text.json',
  6. renderer: 'svg',
  7. autoplay: false,
  8. loop: true,
  9. rendererSettings: {
  10. progressiveLoad: true
  11. },
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement