【问题标题】:How to add an animation on Ionic 5 once click on a button?单击按钮后如何在 Ionic 5 上添加动画?
【发布时间】:2020-08-07 12:58:24
【问题描述】:

我的代码如下,但它不起作用,我想要的是在单击按钮后激活效果。 //TS

@ViewChild('icono', { read: ElementRef })icono: ElementRef;

execEffect() {
    let x = this.icono
    x.nativeElement.classList.add('bounce')
}

//HTML

<img #icono src="../../assets/something.png" style="width:60px;" (click)="execEffect()"/>

【问题讨论】:

    标签: css ionic5


    【解决方案1】:

    我推荐你使用 Renderer 2...

    我做了四个你的例子……

    https://stackblitz.com/edit/angular-ivy-bsqd5d

    【讨论】:

    • 谢谢!最后我放了另一个过渡
    猜你喜欢
    • 2018-07-29
    • 1970-01-01
    • 1970-01-01
    • 2019-03-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多