mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Added interval option to the ScrollRevealObjectOptions interface, as it is a valid option in the API docs. (#36727)
This commit is contained in:
parent
cef01b83fb
commit
c5c03725bb
1
types/scrollreveal/index.d.ts
vendored
1
types/scrollreveal/index.d.ts
vendored
@ -28,6 +28,7 @@ declare namespace scrollReveal {
|
||||
distance ? : string;
|
||||
duration ? : number;
|
||||
delay ? : number;
|
||||
interval ? : number;
|
||||
rotate ? : ScrollRevealRotateObject;
|
||||
opacity ? : number;
|
||||
scale ? : number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user