MCPcopy Create free account

hub / github.com/christinecha/choreographer-js / functions

Functions17 in github.com/christinecha/choreographer-js

↓ 2 callersFunctioncalculateAnimations
()
index.js:14
↓ 2 callersMethodgetAnimationFn
Helper to grab a function by its type. First try the defaults, then custom, then no-op. * @param {String} type | the name (or key value) of the an
src/Choreographer.js:25
↓ 2 callersFunctiongetInjectedTransformString
(node, prop, val)
src/getInjectedTransformString.js:58
↓ 2 callersMethodgetProgress
(val, [min, max])
src/Animation.js:60
↓ 1 callersFunctionanimate
()
index.js:84
↓ 1 callersFunctiongetHas3d
()
src/getInjectedTransformString.js:40
↓ 1 callersMethodgetProgressAt
Returns the 'progress' - relative position within the animation range. * @param {Number} position | passed in value from 'runAt' (below) * @r
src/Animation.js:70
↓ 1 callersFunctiongetTransformKey
()
src/getInjectedTransformString.js:22
↓ 1 callersMethodrunAnimationsAt
Run those animations based on a given location! * @param {Number} position | the location marker - could be a scroll location, a timestamp, a mous
src/Choreographer.js:43
↓ 1 callersMethodrunAt
And this is where all of that work ~finally~ pays off! * This runs the animation by getting the relative progress and running accordingly. * @
src/Animation.js:94
↓ 1 callersMethodstoreNodes
()
src/Animation.js:30
↓ 1 callersMethodupdateAnimations
If you need to update the animation configs at any point. * @param {Array} animations | An array of your new Animation class config objects.
src/Choreographer.js:32
Functionchange
(data)
src/defaultAnimations.js:43
Methodconstructor
(config)
src/Choreographer.js:14
Methodconstructor
(config)
src/Animation.js:24
Functionnoop
()
src/Choreographer.js:5
Functionscale
(data)
src/defaultAnimations.js:16