Skip to content

Commit

Permalink
Merge pull request #84 from gesielrosa/master
Browse files Browse the repository at this point in the history
update typescript typings
  • Loading branch information
geosigno authored May 19, 2024
2 parents ef5a30f + 27d1507 commit 67d6105
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
declare module 'simple-parallax-js' {
interface IParallaxSettings {
orientation?: 'up' | 'down' | 'left' | 'right';
orientation?: 'up' | 'down' | 'left' | 'right' | 'up left' | 'up right' | 'down left' | 'down right';
scale?: number;
overflow?: boolean;
delay?: number;
transition?: string;
breakpoint?: number;
customContainer?: string | HTMLElement;
customWrapper?: string;
maxTransition?: number;
Expand All @@ -16,4 +15,4 @@ declare module 'simple-parallax-js' {
public refresh: () => void;
public destroy: () => void;
}
}
}

0 comments on commit 67d6105

Please sign in to comment.