blob: bcacef847761b071e81a4514021c97cc2e544e7e [file] [log] [blame]
import { AnimationTriggerMetadata } from '@angular/animations';
/**
* const tdFlashAnimation
*
* 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 flash animation.
*
* usage: [@tdFlash]="{ value: true | false, params: { duration: 200 }}"
*/
export declare const tdFlashAnimation: AnimationTriggerMetadata;