Angular动画:组件在触发动画之前被销毁。
创始人
2024-10-24 14:00:54
0

一个可能的解决方法是将动画触发放在ngAfterViewInit生命周期钩子中执行,而不是ngOnInit中。这样可以确保组件已经初始化并完全渲染,不会在动画触发之前被销毁。 示例代码:

import { Component, AfterViewInit, ViewChild, ElementRef } from '@angular/core'; import { trigger, state, style, animate, transition } from '@angular/animations';

@Component({ selector: 'app-my-component', templateUrl: './my-component.component.html', styleUrls: ['./my-component.component.css'], animations: [ trigger('myAnimation', [ state('start', style({ opacity: 1 })), state('end', style({ opacity: 0 })), transition('start => end', [ animate('1s') ]) ]) ] }) export class MyComponent implements AfterViewInit { @ViewChild('myElement') myElement: ElementRef;

ngOnInit() { // This won't work because the element hasn't been rendered yet this.myElement.nativeElement.classList.toggle('myClass'); this.triggerAnimation(); }

ngAfterViewInit() { // This will work because the element has been rendered this.myElement.nativeElement.classList.toggle('myClass'); this.triggerAnimation(); }

triggerAnimation() { this.state = 'end'; } }

在这个示例中,我们在ngAfterViewInit的生命周期钩子中调用triggerAnimation()方法来触发动画。在ngOnInit中调用无法正确工作,因为组件尚未完全初始化并渲染。

相关内容

热门资讯

必备透视!wepoker有辅助... 必备透视!wepoker有辅助功能吗,微乐智能辅助app,模块教程(有挂分析)-哔哩哔哩1、进入游戏...
普及透视!约局吧透视挂下载,微... 普及透视!约局吧透视挂下载,微乐江苏自建房辅助app,攻略教程(竟然有挂)-哔哩哔哩运约局吧透视挂下...
解谜透视!wepoker是不是... 解谜透视!wepoker是不是有人用挂,微信小程序游戏辅助,妙招教程(证实有挂)-哔哩哔哩1、点击下...
推荐透视!wpk作弊,微信小程... 推荐透视!wpk作弊,微信小程序微乐破解填大坑,教材教程(有挂分析)-哔哩哔哩小薇(辅助器软件下载)...
解谜透视!we poker辅助... 解谜透视!we poker辅助器v3.3,小程序微乐游戏辅助器,学习教程(有挂总结)-哔哩哔哩1、每...
总结透视!pokemmo辅助官... 总结透视!pokemmo辅助官网,微信小程序怎么开挂,诀窍教程(有挂讲解)-哔哩哔哩一、pokemm...
开挂透视!pokemmo脚本辅... 开挂透视!pokemmo脚本辅助下载,微乐游戏竞技团辅助,讲义教程(确实有挂)-哔哩哔哩;1、首先打...
辅助透视!hhpoker可以控... 辅助透视!hhpoker可以控制吗,微乐广西小程序脚本,手册教程(有挂细节)-哔哩哔哩1、打开软件启...
揭幕透视!wepoker怎么提... 揭幕透视!wepoker怎么提高运气,微乐小程序辅助器脚本,学习教程(有挂方法)-哔哩哔哩1、用户打...
分享透视!wepoker怎么挂... 分享透视!wepoker怎么挂底牌,微信小程序微乐辅助器ios,积累教程(证实有挂)-哔哩哔哩1、w...