We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef5a30f + 27d1507 commit 67d6105Copy full SHA for 67d6105
index.d.ts
@@ -1,11 +1,10 @@
1
declare module 'simple-parallax-js' {
2
interface IParallaxSettings {
3
- orientation?: 'up' | 'down' | 'left' | 'right';
+ orientation?: 'up' | 'down' | 'left' | 'right' | 'up left' | 'up right' | 'down left' | 'down right';
4
scale?: number;
5
overflow?: boolean;
6
delay?: number;
7
transition?: string;
8
- breakpoint?: number;
9
customContainer?: string | HTMLElement;
10
customWrapper?: string;
11
maxTransition?: number;
@@ -16,4 +15,4 @@ declare module 'simple-parallax-js' {
16
15
public refresh: () => void;
17
public destroy: () => void;
18
}
19
-}
+}
0 commit comments