SYMBOL INDEX (117 symbols across 8 files) FILE: src/Easing.js method None (line 11) | None (k) { method In (line 17) | In (k) { method Out (line 21) | Out (k) { method InOut (line 25) | InOut (k) { method In (line 35) | In (k) { method Out (line 39) | Out (k) { method InOut (line 43) | InOut (k) { method In (line 53) | In (k) { method Out (line 57) | Out (k) { method InOut (line 61) | InOut (k) { method In (line 71) | In (k) { method Out (line 75) | Out (k) { method InOut (line 79) | InOut (k) { method In (line 89) | In (k) { method Out (line 93) | Out (k) { method InOut (line 97) | InOut (k) { method In (line 103) | In (k) { method Out (line 107) | Out (k) { method InOut (line 111) | InOut (k) { method In (line 129) | In (k) { method Out (line 133) | Out (k) { method InOut (line 137) | InOut (k) { method In (line 147) | In (k) { method Out (line 159) | Out (k) { method InOut (line 171) | InOut (k) { method In (line 191) | In (k) { method Out (line 197) | Out (k) { method InOut (line 203) | InOut (k) { method In (line 215) | In (k) { method Out (line 219) | Out (k) { method InOut (line 233) | InOut (k) { FILE: src/Interpolation.js method Linear (line 14) | Linear (v, k, value) { method Bezier (line 29) | Bezier (v, k, value) { method CatmullRom (line 70) | CatmullRom (v, k, value) { method Linear (line 96) | Linear (p0, p1, t, v) { method Reset (line 136) | Reset (value) { method Bernstein (line 153) | Bernstein (n, i) { method CatmullRom (line 178) | CatmullRom (p0, p1, p2, p3, t, v) { FILE: src/PlaybackPosition.js class PlaybackPosition (line 1) | class PlaybackPosition { method constructor (line 2) | constructor () { method parseLabel (line 7) | parseLabel (name, offset) { method addLabel (line 40) | addLabel (name, offset) { method setLabel (line 45) | setLabel (name, offset) { method eraseLabel (line 52) | eraseLabel (name) { FILE: src/Timeline.js class Timeline (line 41) | class Timeline extends Tween { method constructor (line 42) | constructor (params) { method mapTotal (line 57) | mapTotal (fn) { method timingOrder (line 61) | timingOrder (fn) { method getTiming (line 68) | getTiming (mode, nodes, params, offset = 0) { method fromTo (line 101) | fromTo (nodes, from, to, params) { method from (line 141) | from (nodes, from, params) { method to (line 153) | to (nodes, to, params) { method addLabel (line 164) | addLabel (name, offset) { method map (line 169) | map (fn) { method add (line 185) | add (tween, position) { method restart (line 218) | restart () { method easing (line 226) | easing (easing) { method interpolation (line 230) | interpolation (interpolation) { method update (line 234) | update (time) { method progress (line 325) | progress (value) { FILE: src/Tween.js class Tween (line 40) | class Tween { method fromTo (line 51) | static fromTo (node, object, to, params = {}) { method to (line 70) | static to (node, to, params) { method from (line 82) | static from (node, from, params) { method constructor (line 85) | constructor (node, object) { method setMaxListener (line 126) | setMaxListener (count = 15) { method on (line 137) | on (event, callback) { method once (line 157) | once (event, callback) { method off (line 179) | off (event, callback) { method emit (line 196) | emit (event, arg1, arg2, arg3) { method isPlaying (line 217) | isPlaying () { method isStarted (line 226) | isStarted () { method reverse (line 236) | reverse (state) { method reversed (line 249) | reversed () { method pause (line 258) | pause () { method play (line 276) | play () { method restart (line 297) | restart (noDelay) { method seek (line 314) | seek (time, keepPlaying) { method duration (line 339) | duration (amount) { method to (line 352) | to (properties, duration = 1000, maybeUsed) { method render (line 376) | render () { method start (line 472) | start (time) { method stop (line 491) | stop () { method delay (line 518) | delay (amount) { method chainedTweens (line 530) | chainedTweens () { method repeat (line 548) | repeat (amount) { method reverseDelay (line 562) | reverseDelay (amount) { method yoyo (line 575) | yoyo (state, _easingReverse) { method easing (line 591) | easing (_easingFunction) { method interpolation (line 603) | interpolation (_interpolationFunction) { method reassignValues (line 616) | reassignValues (time) { method update (line 642) | update (time, preserve, forceTime) { FILE: src/constants.js constant FRAME_MS (line 2) | const FRAME_MS = 50 / 3 constant TOO_LONG_FRAME_MS (line 3) | const TOO_LONG_FRAME_MS = 250 constant CHAINED_TWEENS (line 5) | const CHAINED_TWEENS = '_chainedTweens' constant EVENT_CALLBACK (line 8) | const EVENT_CALLBACK = 'Callback' constant EVENT_UPDATE (line 9) | const EVENT_UPDATE = 'update' constant EVENT_COMPLETE (line 10) | const EVENT_COMPLETE = 'complete' constant EVENT_START (line 11) | const EVENT_START = 'start' constant EVENT_REPEAT (line 12) | const EVENT_REPEAT = 'repeat' constant EVENT_REVERSE (line 13) | const EVENT_REVERSE = 'reverse' constant EVENT_PAUSE (line 14) | const EVENT_PAUSE = 'pause' constant EVENT_PLAY (line 15) | const EVENT_PLAY = 'play' constant EVENT_RESTART (line 16) | const EVENT_RESTART = 'restart' constant EVENT_STOP (line 17) | const EVENT_STOP = 'stop' constant EVENT_SEEK (line 18) | const EVENT_SEEK = 'seek' constant STRING_PROP (line 21) | const STRING_PROP = 'STRING_PROP' constant NUM_REGEX (line 23) | const NUM_REGEX = /\s+|([A-Za-z?().,{}:""[\]#%]+)|([-+]=+)?([-+]+)?(?:\d... function deepCopy (line 26) | function deepCopy (source) { function decomposeString (line 61) | function decomposeString (fromValue) { function decompose (line 80) | function decompose (prop, obj, from, to) { constant RGB (line 151) | const RGB = 'rgb(' constant RGBA (line 152) | const RGBA = 'rgba(' function recompose (line 156) | function recompose (prop, obj, from, to, t, originalT, stringBuffer) { FILE: test.js method get (line 68) | get () { method set (line 71) | set (x) { FILE: withPage.js function describe (line 7) | function describe (jsHandle) {