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

相关内容

热门资讯

脚本总结!hhpoker辅助挂... 脚本总结!hhpoker辅助挂下载,hhpoker有没有辅助(透视)确实真的是有软件(哔哩哔哩)1、...
今年以来!wepoker黑侠辅... 今年以来!wepoker黑侠辅助器正版下载,微乐辅助脚本,解迷透视(有挂教学)-哔哩哔哩1、wepo...
围绕透视问题!aa poker... 围绕透视问题!aa poker透视软件,微乐智能辅助真的假的,专业脚本(有挂总结)-哔哩哔哩1、每一...
透视科普!aapoker插件下... 透视科普!aapoker插件下载,aapoker透视脚本(透视)原来是有挂(哔哩哔哩)1、这是跨平台...
透视软件!hhpoker必备开... 透视软件!hhpoker必备开挂,微信小程序微乐破解器2025,科普脚本(有挂技巧)-哔哩哔哩1)h...
脚本解密!德普之星辅助工具如何... 脚本解密!德普之星辅助工具如何打开,德普之星私人局辅助器(透视)其实是有技巧(哔哩哔哩)1、完成有辅...
现有说明如下!hhpoker软... 现有说明如下!hhpoker软件安装包,手机微乐小程序破解器如何使用,专业脚本(有挂讲解)-哔哩哔哩...
透视揭露!wpk控制牌是真的吗... 透视揭露!wpk控制牌是真的吗,wpk显示有作必弊(透视)都是真的有方法(哔哩哔哩)1、公共底牌简单...
脚本详情!模拟器打开hhpok... 脚本详情!模拟器打开hhpoker,hhpoker软件可以玩吗(透视)确实真的有插件(哔哩哔哩)1、...
透视脚本!拱趴大菠萝怎么开挂,... 透视脚本!拱趴大菠萝怎么开挂,微信小程序游戏充值破解,总结脚本(发现有挂)-哔哩哔哩1、下载好拱趴大...