svelte-type-checker icon indicating copy to clipboard operation
svelte-type-checker copied to clipboard

transition options should be optional

Open ramiroaisen opened this issue 6 years ago • 2 comments

Transition options should be optional They are required right now

ramiroaisen avatar Dec 14 '19 16:12 ramiroaisen

I agree, Might need a PR to svelte since it is just using their definitions for transition (from memory)

halfnelson avatar Feb 16 '20 23:02 halfnelson

I agree, Might need a PR to svelte since it is just using their definitions for transition (from memory)

You can use the definitions in https://github.com/pyoner/svelte-types/blob/master/types/svelte/transition.d.ts

ramiroaisen avatar Apr 11 '20 16:04 ramiroaisen