Skip to content

Commit

Permalink
fix(native-transitions): add missing interface properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Oct 11, 2016
1 parent 1a343c1 commit 35c8bbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugins/native-page-transitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 35c8bbd

Please sign in to comment.