fix easing.mjs

pull/7738/head
Richard Harris 7 years ago
parent 69cf2882a6
commit 61cb4c3427

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