fix(native-transitions): add missing interface properties

This commit is contained in:
Ibby 2016-10-10 20:50:10 -04:00
parent 1a343c1ea5
commit 35c8bbd49e

View File

@ -81,6 +81,9 @@ export interface TransitionOptions {
iosdelay?: number;
androiddelay?: number;
winphonedelay?: number;
fixedPixelsTops?: number;
fixedPixelsTop?: number;
fixedPixelsBottom?: number;
action?: string;
origin?: string;
href?: string;
}