Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
371 Bytes
import {
Globals,
frameLoop,
createStringInterpolator,
} from '@react-spring/shared'
import { Interpolation } from './Interpolation'
// Sane defaults
Globals.assign({
createStringInterpolator,
to: (source, args) => new Interpolation(source, args),
})
export { Globals }
/** Advance all animations by the given time */
export const update = frameLoop.advance