md2
Version:
Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
9 lines (8 loc) • 370 B
TypeScript
import { AnimationTriggerMetadata } from '@angular/animations';
/**
* This animation fades in the background color and text content of the
* select's options. It is time delayed to occur 100ms after the overlay
* panel has transformed in.
*/
export declare const fadeInContent: AnimationTriggerMetadata;
export declare const slideCalendar: AnimationTriggerMetadata;