MCPcopy
hub / github.com/motiondivision/motion / then

Method then

packages/motion-dom/src/view/index.ts:226–228  ·  view source on GitHub ↗
(resolve: () => void, reject?: () => void)

Source from the content-addressed store, hash-verified

224 }
225
226 then(resolve: () => void, reject?: () => void) {
227 return this.readyPromise.then(resolve, reject)
228 }
229}
230
231export function animateView(

Callers 15

LazyMotionFunction · 0.45
updateMethod · 0.45
ComponentFunction · 0.45
scopedAnimateFunction · 0.45
animate.test.tsxFile · 0.45
ComponentFunction · 0.45
ComponentFunction · 0.45
startAnimationMethod · 0.45
layout-anchor.tsFile · 0.45

Calls

no outgoing calls

Tested by 3

ComponentFunction · 0.36
ComponentFunction · 0.36
ComponentFunction · 0.36