refactor(animations): change NoOp -> Noop (#14690)
This commit is contained in:

committed by
Igor Minar

parent
1f3198cb50
commit
32c2fd5c9f
@ -109,7 +109,7 @@ export declare function group(steps: AnimationMetadata[]): AnimationGroupMetadat
|
||||
export declare function keyframes(steps: AnimationStyleMetadata[]): AnimationKeyframesSequenceMetadata;
|
||||
|
||||
/** @experimental */
|
||||
export declare class NoOpAnimationPlayer implements AnimationPlayer {
|
||||
export declare class NoopAnimationPlayer implements AnimationPlayer {
|
||||
parentPlayer: AnimationPlayer;
|
||||
constructor();
|
||||
destroy(): void;
|
||||
|
@ -7,7 +7,7 @@ export declare class MockAnimationDriver implements AnimationDriver {
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare class MockAnimationPlayer extends NoOpAnimationPlayer {
|
||||
export declare class MockAnimationPlayer extends NoopAnimationPlayer {
|
||||
delay: number;
|
||||
duration: number;
|
||||
easing: string;
|
||||
|
Reference in New Issue
Block a user