@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
15 lines (14 loc) • 617 B
TypeScript
import { AnimationTriggerMetadata } from '@angular/animations';
/**
* const tdHeadshakeAnimation
*
* Parameter Options:
* * duration: Duration the animation will run in milliseconds. Defaults to 500 ms.
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
* * ease: Animation accelerate and decelerate style. Defaults to ease-out.
*
* Returns an [AnimationTriggerMetadata] object with boolean states for a headshake animation.
*
* usage: [@tdHeadshake]="{ value: true | false, params: { duration: 200 }}"
*/
export declare const tdHeadshakeAnimation: AnimationTriggerMetadata;