fix easing.mjs

pull/1937/head
Richard Harris 6 years ago
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…
Cancel
Save