ngAfterViewInit()

in scenes/src/app/scenes/ripples/ripples-scene.ts [15:27]


  ngAfterViewInit() {
    this.buttonRipple.launch(140, 100, {
      persistent: true,
      animation: {enterDuration: 0},
      radius: 50,
    });

    this.wrapperRipple.launch(300, 100, {
      persistent: true,
      animation: {enterDuration: 0},
      radius: 150,
    });
  }