mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
feat(animation): add option to clean up old animation stylesheets (#20940)
fixes #20610
This commit is contained in:
@ -27,7 +27,7 @@ export interface Animation {
|
||||
/**
|
||||
* Destroy the animation and all child animations.
|
||||
*/
|
||||
destroy(): void;
|
||||
destroy(clearStyleSheets?: boolean): void;
|
||||
|
||||
progressStart(forceLinearEasing: boolean, step?: number): void;
|
||||
progressStep(step: number): void;
|
||||
|
Reference in New Issue
Block a user