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

相关内容

热门资讯

透视秘籍!德州局透视脚本免费版... 透视秘籍!德州局透视脚本免费版下载手机版(德普之星辅助软件)总是有辅助技巧(哔哩哔哩)1、上手简单,...
透视绝活!福建大菠萝万能辅助器... 透视绝活!福建大菠萝万能辅助器(透视)菠萝德普辅助器免费版在哪里(辅助)一贯真的有软件(哔哩哔哩)1...
透视手筋!wepoker透视底... 透视手筋!wepoker透视底牌(WePoKer系统)原来是真的有辅助脚本(哔哩哔哩)1、操作简单,...
透视举措!epoker免费透视... 透视举措!epoker免费透视脚本(透视)哈糖大菠萝万能挂(辅助)真是是有神器(哔哩哔哩)1、不需要...
透视手筋!德州局透视脚本免费版... 透视手筋!德州局透视脚本免费版下载手机版(透视)约局吧德州真的有透视挂吗(辅助)一直真的有脚本(哔哩...
透视课程!wepoker私人局... 透视课程!wepoker私人局可以透视(WPK控制牌)切实是真的有辅助教程(哔哩哔哩)1、任何wep...
透视总结!佛手在线有挂吗(透视... 透视总结!佛手在线有挂吗(透视)fishpoker透视(辅助)其实真的是有技巧(哔哩哔哩)1、这是跨...
透视教材!pokemmo辅助器... 透视教材!pokemmo辅助器手机版下载(WePoKer安装)总是存在有辅助神器(哔哩哔哩)1、玩家...
透视策略!拱趴大菠萝有什么挂(... 透视策略!拱趴大菠萝有什么挂(透视)pokemmo脚本辅助器(辅助)好像真的是有教程(哔哩哔哩)1、...
透视模板!破解辅助插件wepo... 透视模板!破解辅助插件wepoker(WePoKer牌型)一直是真的有辅助工具(哔哩哔哩)1、破解辅...