We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8632a9 commit ff23c45Copy full SHA for ff23c45
src/runtime/transition/index.ts
@@ -207,7 +207,7 @@ export interface CrossfadeParams {
207
type ClientRectMap = Map<any, { rect: ClientRect }>;
208
209
export function crossfade({ fallback, ...defaults }: CrossfadeParams & {
210
- fallback: (node: Element, params: CrossfadeParams, intro: boolean) => TransitionConfig;
+ fallback?: (node: Element, params: CrossfadeParams, intro: boolean) => TransitionConfig;
211
}) {
212
const to_receive: ClientRectMap = new Map();
213
const to_send: ClientRectMap = new Map();
0 commit comments