mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
fix easing.mjs
This commit is contained in:
parent
15b054f6a7
commit
4f5f187cbe
@ -3,7 +3,7 @@ Adapted from https://github.com/mattdesl
|
||||
Distributed under MIT License https://github.com/mattdesl/eases/blob/master/LICENSE.md
|
||||
*/
|
||||
|
||||
import { identity as linear } from 'svelte/internal';
|
||||
export { identity as linear } from './internal';
|
||||
|
||||
export function backInOut(t) {
|
||||
var s = 1.70158 * 1.525;
|
||||
|
Loading…
Reference in New Issue
Block a user