UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines 348 B
import { extendDefaults } from "./utils/Defaults"; import { animationManagerDefaults, animationManagerSchema } from "./IAnimationManager"; export const timelineSchema = { ...animationManagerSchema }; export const timelineDefaults = extendDefaults([animationManagerDefaults], { paused: true, loop: false }); //# sourceMappingURL=ITimeline.js.map