File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ function get_interpolator(a, b) {
7878/**
7979 * A tweened store in Svelte is a special type of store that provides smooth transitions between state values over time.
8080 *
81+ * @deprecated Use [`Tween`](https://svelte.dev/docs/svelte/svelte-motion#Tween) instead
8182 * @template T
8283 * @param {T } [value]
8384 * @param {TweenedOptions<T> } [defaults]
Original file line number Diff line number Diff line change @@ -1759,6 +1759,7 @@ declare module 'svelte/motion' {
17591759 /**
17601760 * A tweened store in Svelte is a special type of store that provides smooth transitions between state values over time.
17611761 *
1762+ * @deprecated Use [`Tween`](https://svelte.dev/docs/svelte/svelte-motion#Tween) instead
17621763 * */
17631764 export function tweened < T > ( value ?: T | undefined , defaults ?: TweenedOptions < T > | undefined ) : TweenedStore < T > ;
17641765 /**
You can’t perform that action at this time.
0 commit comments