Skip to content

Commit 9225ed4

Browse files
committed
lint
1 parent 0cc2a5b commit 9225ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/tests/animation-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function interpolate(a, b, p) {
172172

173173
/**
174174
* @param {Keyframe[]} keyframes
175-
* @param {{duration: number}} options
175+
* @param {{duration: number, delay: number}} options
176176
* @returns {globalThis.Animation}
177177
*/
178178
HTMLElement.prototype.animate = function (keyframes, options) {

0 commit comments

Comments
 (0)