Skip to content

Svelte 5: Motion does not work in kit #9534

Closed
@zhihengGet

Description

@zhihengGet

Describe the bug

below code works on svelte 4 and svelte 5

	const progress = tweened(0, {
		duration: 400,
		easing: cubicOut
	});
	progress.set(0.25)

but not sveltekit with svelte 5

svelte 5

Reproduction

included

Logs

No response

System Info

windows

Severity

cant run my code :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions