0
0
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:
Richard Harris 2018-12-31 20:17:18 -05:00
parent 15b054f6a7
commit 4f5f187cbe

View File

@ -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;