Skip to content

Commit 67d6105

Browse files
authored
Merge pull request #84 from gesielrosa/master
update typescript typings
2 parents ef5a30f + 27d1507 commit 67d6105

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
declare module 'simple-parallax-js' {
22
interface IParallaxSettings {
3-
orientation?: 'up' | 'down' | 'left' | 'right';
3+
orientation?: 'up' | 'down' | 'left' | 'right' | 'up left' | 'up right' | 'down left' | 'down right';
44
scale?: number;
55
overflow?: boolean;
66
delay?: number;
77
transition?: string;
8-
breakpoint?: number;
98
customContainer?: string | HTMLElement;
109
customWrapper?: string;
1110
maxTransition?: number;
@@ -16,4 +15,4 @@ declare module 'simple-parallax-js' {
1615
public refresh: () => void;
1716
public destroy: () => void;
1817
}
19-
}
18+
}

0 commit comments

Comments
 (0)