Added interval option to the ScrollRevealObjectOptions interface, as it is a valid option in the API docs. (#36727)

This commit is contained in:
moleCuleFFF 2019-07-10 00:24:24 +01:00 committed by Armando Aguirre
parent cef01b83fb
commit c5c03725bb

View File

@ -28,6 +28,7 @@ declare namespace scrollReveal {
distance ? : string;
duration ? : number;
delay ? : number;
interval ? : number;
rotate ? : ScrollRevealRotateObject;
opacity ? : number;
scale ? : number;