Skip to content

Commit 4bbdf83

Browse files
committed
remove fill:'both'
1 parent 4f7426a commit 4bbdf83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/svelte/src/internal/client/transitions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ function create_transition(dom, init, direction, effect) {
313313
animation = dom.animate(keyframes, {
314314
duration,
315315
endDelay: delay,
316-
delay,
317-
fill: 'both'
316+
delay
318317
});
319318
}
320319
animation.pause();

0 commit comments

Comments
 (0)