feat(animation): Animation Identifiers (#19771)

resolves #19550
This commit is contained in:
Liam DeBeasi
2019-10-29 15:44:41 -04:00
committed by GitHub
parent b642b532e8
commit 7d417154c5
3 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,7 @@ export interface Animation {
parentAnimation: Animation | undefined;
elements: HTMLElement[];
childAnimations: Animation[];
id: string | undefined;
/**
* Play the animation