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中调用无法正确工作,因为组件尚未完全初始化并渲染。

相关内容

热门资讯

透视模板!德州私人局脚本,we... 透视模板!德州私人局脚本,wepoker免费辅助器(透视)果然有挂(哔哩哔哩)1、每一步都需要思考,...
透视妙计!wepoker怎么挂... 透视妙计!wepoker怎么挂飞机,wepokerplus作必弊(透视)一贯有脚本技巧(哔哩哔哩)1...
透视积累!wepoker轻量版... 透视积累!wepoker轻量版透视,wepoker辅助器免费(透视)其实有挂(哔哩哔哩);1、每一步...
透视模块!aapoker破解侠... 透视模块!aapoker破解侠是真的吗,aapoker透视脚本下载(透视)一直存在有脚本方法(哔哩哔...
透视项目!hhpoker有后台... 透视项目!hhpoker有后台操控吗,竞技联盟透视插件(透视)果然真的是有挂(哔哩哔哩)1.hhpo...
透视窍要!购买的wpk辅助在哪... 透视窍要!购买的wpk辅助在哪里下载,wpk辅助插件(透视)原来真的有脚本脚本(哔哩哔哩)1、不需要...
透视操作!wepoker公共底... 透视操作!wepoker公共底牌,wpk透视插件(透视)好像是真的挂(哔哩哔哩)1、许多玩家不知道w...
透视窍门!hhpoker外开挂... 透视窍门!hhpoker外开挂靠谱吗,hhpoker辅助挂(透视)都是真的是有脚本软件(哔哩哔哩)1...
透视绝活!wepoker线上大... 透视绝活!wepoker线上大神,wpk俱乐部怎么作必弊(透视)一贯真的是有挂(哔哩哔哩)1、该软件...
透视方式!hhpoker作必弊... 透视方式!hhpoker作必弊码怎么用,hhpoker一直输有挂吗(透视)确实是真的脚本技巧(哔哩哔...