mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix(vanilla-tilt): adding new types for tests
This commit is contained in:
@@ -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'), {
|
||||
|
||||
Reference in New Issue
Block a user