fix(vanilla-tilt): adding new types for tests

This commit is contained in:
Andrew Crites
2018-02-09 17:50:46 -05:00
parent dcdf2d7eee
commit c2350767ff

View File

@@ -8,7 +8,10 @@ const element: VanillaTilt = new VanillaTilt(document.createElement('a'), {
reset: true,
reverse: true,
scale: 2,
speed: 200
speed: 200,
glare: true,
"max-glare": 1,
"glare-prerender": true,
});
VanillaTilt.init(document.createElement('a'), {