diff --git a/types/vanilla-tilt/index.d.ts b/types/vanilla-tilt/index.d.ts index e24208f563..04fb2459d5 100644 --- a/types/vanilla-tilt/index.d.ts +++ b/types/vanilla-tilt/index.d.ts @@ -47,6 +47,19 @@ export namespace VanillaTilt { * Easing on enter/exit. */ easing?: string; + /** + * if it should have a "glare" effect + */ + glare?: boolean; + /** + * the maximum "glare" opacity + */ + "max-glare"?: number; + /** + * false = VanillaTilt creates the glare elements for you, otherwise + * you need to add .js-tilt-glare>.js-tilt-glare-inner by yourself + */ + "glare-prerender"?: boolean; } interface TiltValues {