docs: update animations with @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 14:42:30 +01:00
committed by Alex Rickabaugh
parent 7fbe547f78
commit 9060fb7031
4 changed files with 71 additions and 7 deletions

View File

@ -32,7 +32,6 @@ export declare abstract class AnimationBuilder {
abstract build(animation: AnimationMetadata | AnimationMetadata[]): AnimationFactory;
}
/** @experimental */
export interface AnimationEvent {
disabled: boolean;
element: any;
@ -212,7 +211,6 @@ export declare function transition(stateChangeExpr: string | ((fromState: string
[key: string]: any;
}) => boolean), steps: AnimationMetadata | AnimationMetadata[], options?: AnimationOptions | null): AnimationTransitionMetadata;
/** @experimental */
export declare function trigger(name: string, definitions: AnimationMetadata[]): AnimationTriggerMetadata;
export declare function useAnimation(animation: AnimationReferenceMetadata, options?: AnimationOptions | null): AnimationAnimateRefMetadata;