const Animation0 = { init: () => { console.error('init() not implemented.'); }, reset: () => { console.error('reset() not implemented.'); }, }; export default Animation0;