mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add optional startup property to TransitionAnimation
This commit is contained in:
@@ -365,6 +365,7 @@ declare module google {
|
||||
export interface TransitionAnimation {
|
||||
duration?: number;
|
||||
easing?: string; // linear, in, out, inAndOut
|
||||
startup?: boolean;
|
||||
}
|
||||
|
||||
export interface ChartAxis {
|
||||
|
||||
Reference in New Issue
Block a user