SYMBOL INDEX (674 symbols across 76 files) FILE: legacy/borderColor.ts function borderColor (line 13) | function borderColor(element: HTMLorSVGElement, propertyValue?: string):... FILE: legacy/opacity.ts function opacity (line 16) | function opacity(element: HTMLorSVGElement, propertyValue?: string): str... FILE: rollup.config.js function stripBanner (line 25) | function stripBanner(options = {}) { function getPlugins (line 73) | function getPlugins(tsconfig) { FILE: src/Velocity/actions/actions.ts function registerAction (line 24) | function registerAction(args?: [string, VelocityActionFn], internal?: bo... FILE: src/Velocity/actions/finish.ts function checkAnimationShouldBeFinished (line 28) | function checkAnimationShouldBeFinished(animation: AnimationCall, queueN... function finish (line 87) | function finish(args: any[], elements: VelocityResult, promiseHandler?: ... FILE: src/Velocity/actions/option.ts function option (line 42) | function option(args?: any[], elements?: VelocityResult, promiseHandler?... FILE: src/Velocity/actions/pauseResume.ts function checkAnimation (line 23) | function checkAnimation(animation: AnimationCall, queueName: false | str... function pauseResume (line 38) | function pauseResume(args?: any[], elements?: VelocityResult, promiseHan... FILE: src/Velocity/actions/property.ts function propertyAction (line 33) | function propertyAction(args?: any[], elements?: VelocityResult, promise... FILE: src/Velocity/actions/stop.ts function checkAnimationShouldBeStopped (line 26) | function checkAnimationShouldBeStopped(animation: AnimationCall, queueNa... function stop (line 52) | function stop(args: any[], elements: VelocityResult, promiseHandler?: Ve... FILE: src/Velocity/actions/tween.ts function tweenAction (line 32) | function tweenAction(args?: any[], elements?: VelocityResult, promiseHan... FILE: src/Velocity/camelCase.ts function camelCase (line 17) | function camelCase(property: string): string { FILE: src/Velocity/complete.ts function callComplete (line 23) | function callComplete(activeCall: AnimationCall) { function completeCall (line 44) | function completeCall(activeCall: AnimationCall) { FILE: src/Velocity/css/augmentDimension.ts function augmentDimension (line 17) | function augmentDimension(element: HTMLorSVGElement, name: "width" | "he... FILE: src/Velocity/css/fixColors.ts function makeRGBA (line 24) | function makeRGBA(ignore: any, r: string, g: string, b: string): string { function fixColors (line 32) | function fixColors(str: string): string { FILE: src/Velocity/css/getPropertyValue.ts function getWidthHeight (line 22) | function getWidthHeight(element: HTMLorSVGElement, property: "width" | "... function computePropertyValue (line 27) | function computePropertyValue(element: HTMLorSVGElement, property: strin... function getPropertyValue (line 104) | function getPropertyValue(element: HTMLorSVGElement, propertyName: strin... FILE: src/Velocity/css/removeNestedCalc.ts function removeNestedCalc (line 10) | function removeNestedCalc(value: string): string { FILE: src/Velocity/css/setPropertyValue.ts function setPropertyValue (line 20) | function setPropertyValue(element: HTMLorSVGElement, propertyName: strin... FILE: src/Velocity/data.ts function Data (line 20) | function Data(element: HTMLorSVGElement): ElementData { FILE: src/Velocity/defaults.ts method reset (line 46) | static reset() { method cache (line 64) | static get cache(): boolean { method cache (line 68) | static set cache(value: boolean) { method begin (line 75) | static get begin(): VelocityCallbackFn { method begin (line 78) | static set begin(value: VelocityCallbackFn) { method complete (line 85) | static get complete(): VelocityCallbackFn { method complete (line 89) | static set complete(value: VelocityCallbackFn) { method delay (line 96) | static get delay(): number { method delay (line 99) | static set delay(value: number) { method duration (line 106) | static get duration(): number { method duration (line 109) | static set duration(value: number) { method easing (line 116) | static get easing(): VelocityEasingFn { method easing (line 119) | static set easing(value: VelocityEasingFn) { method fpsLimit (line 126) | static get fpsLimit(): number | false { method fpsLimit (line 129) | static set fpsLimit(value: number | false) { method loop (line 137) | static get loop(): number | true { method loop (line 140) | static set loop(value: number | true) { method mobileHA (line 147) | static get mobileHA(): boolean { method mobileHA (line 150) | static set mobileHA(value: boolean) { method minFrameTime (line 156) | static get minFrameTime(): number | false { method promise (line 160) | static get promise(): boolean { method promise (line 163) | static set promise(value: boolean) { method promiseRejectEmpty (line 170) | static get promiseRejectEmpty(): boolean { method promiseRejectEmpty (line 173) | static set promiseRejectEmpty(value: boolean) { method queue (line 180) | static get queue(): string | false { method queue (line 183) | static set queue(value: string | false) { method repeat (line 190) | static get repeat(): number | true { method repeat (line 193) | static set repeat(value: number | true) { method repeatAgain (line 200) | static get repeatAgain(): number | true { method speed (line 204) | static get speed(): number { method speed (line 207) | static set speed(value: number) { method sync (line 213) | static get sync(): boolean { method sync (line 216) | static set sync(value: boolean) { FILE: src/Velocity/easing/back.ts function registerBackIn (line 12) | function registerBackIn(name: string, amount: number) { function registerBackOut (line 25) | function registerBackOut(name: string, amount: number) { function registerBackInOut (line 38) | function registerBackInOut(name: string, amount: number) { FILE: src/Velocity/easing/bezier.ts function fixRange (line 18) | function fixRange(num: number) { function A (line 22) | function A(aA1, aA2) { function B (line 26) | function B(aA1, aA2) { function C (line 30) | function C(aA1) { function calcBezier (line 34) | function calcBezier(aT, aA1, aA2) { function getSlope (line 38) | function getSlope(aT, aA1, aA2) { function generateBezier (line 42) | function generateBezier(...args: [number, number, number, number]): Velo... FILE: src/Velocity/easing/bounce.ts function easeOutBouncePercent (line 12) | function easeOutBouncePercent(percentComplete: number): number { function easeInBouncePercent (line 26) | function easeInBouncePercent(percentComplete: number): number { function easeInBounce (line 30) | function easeInBounce(percentComplete: number, startValue: number, endVa... function easeOutBounce (line 41) | function easeOutBounce(percentComplete: number, startValue: number, endV... function easeInOutBounce (line 52) | function easeInOutBounce(percentComplete: number, startValue: number, en... FILE: src/Velocity/easing/easings.ts function registerEasing (line 22) | function registerEasing(args?: [string, VelocityEasingFn]) { function linearEasing (line 43) | function linearEasing(percentComplete, startValue, endValue, property) { function swingEasing (line 50) | function swingEasing(percentComplete, startValue, endValue) { function springEasing (line 57) | function springEasing(percentComplete, startValue, endValue) { FILE: src/Velocity/easing/elastic.ts constant PI2 (line 13) | const PI2 = Math.PI * 2; function registerElasticIn (line 15) | function registerElasticIn(name: string, amplitude: number, period: numb... function registerElasticOut (line 28) | function registerElasticOut(name: string, amplitude: number, period: num... function registerElasticInOut (line 41) | function registerElasticInOut(name: string, amplitude: number, period: n... FILE: src/Velocity/easing/spring_rk4.ts type springState (line 10) | interface springState { type springDelta (line 17) | interface springDelta { function springAccelerationForState (line 25) | function springAccelerationForState(state: springState) { function springEvaluateStateWithDerivative (line 29) | function springEvaluateStateWithDerivative(initialState: springState, dt... function springIntegrateState (line 43) | function springIntegrateState(state: springState, dt: number) { function generateSpringRK4 (line 62) | function generateSpringRK4(tension: number, friction: number, duration?:... FILE: src/Velocity/easing/step.ts function generateStep (line 15) | function generateStep(steps): VelocityEasingFn { FILE: src/Velocity/easing/string.ts function atStart (line 17) | function atStart(percentComplete: number, startValue: any, endValue: any... function during (line 27) | function during(percentComplete: number, startValue: any, endValue: any)... function atEnd (line 36) | function atEnd(percentComplete: number, startValue: any, endValue: any):... FILE: src/Velocity/normalizations/dimensions.ts function getDimension (line 18) | function getDimension(name: "width" | "height", wantInner: boolean) { FILE: src/Velocity/normalizations/display.ts function display (line 28) | function display(element: HTMLorSVGElement, propertyValue?: string): str... FILE: src/Velocity/normalizations/normalizations.ts function registerNormalization (line 38) | function registerNormalization( function hasNormalization (line 98) | function hasNormalization(args?: [ClassConstructor | string, string]): b... function getNormalizationUnit (line 122) | function getNormalizationUnit(fn: VelocityNormalizationsFn) { function getNormalization (line 137) | function getNormalization(element: HTMLorSVGElement, propertyName: strin... FILE: src/Velocity/normalizations/normalizationsObject.ts type ClassConstructor (line 43) | interface ClassConstructor { FILE: src/Velocity/normalizations/scroll.ts function clientWidth (line 19) | function clientWidth(element: HTMLorSVGElement, propertyValue?: string):... function scrollWidth (line 30) | function scrollWidth(element: HTMLorSVGElement, propertyValue?: string):... function clientHeight (line 41) | function clientHeight(element: HTMLorSVGElement, propertyValue?: string)... function scrollHeight (line 52) | function scrollHeight(element: HTMLorSVGElement, propertyValue?: string)... function scroll (line 63) | function scroll(direction: "Height" | "Width", end: "Top" | "Left"): Vel... FILE: src/Velocity/normalizations/style.ts function getSetPrefixed (line 91) | function getSetPrefixed(propertyName: string, unprefixed: string) { function getSetStyle (line 103) | function getSetStyle(propertyName: string) { FILE: src/Velocity/normalizations/svg/attributes.ts function getAttribute (line 17) | function getAttribute(name: string) { FILE: src/Velocity/normalizations/svg/dimensions.ts function getDimension (line 16) | function getDimension(name: string) { FILE: src/Velocity/normalizations/tween.ts function getSetTween (line 16) | function getSetTween(element: HTMLorSVGElement, propertyValue?: string) { FILE: src/Velocity/options.ts function parseDuration (line 26) | function parseDuration(duration: "fast" | "normal" | "slow" | number, de... function validateCache (line 42) | function validateCache(value: boolean): boolean { function validateBegin (line 54) | function validateBegin(value: VelocityCallbackFn): VelocityCallbackFn { function validateComplete (line 66) | function validateComplete(value: VelocityCallbackFn, noError?: true): Ve... function validateDelay (line 78) | function validateDelay(value: "fast" | "normal" | "slow" | number): numb... function validateDuration (line 92) | function validateDuration(value: "fast" | "normal" | "slow" | number, no... function validateEasing (line 106) | function validateEasing(value: VelocityEasingType, duration: number, noE... function validateFpsLimit (line 141) | function validateFpsLimit(value: number | false): number { function validateLoop (line 159) | function validateLoop(value: number | boolean): number | true { function validateProgress (line 183) | function validateProgress(value: VelocityProgressFn): VelocityProgressFn { function validatePromise (line 195) | function validatePromise(value: boolean): boolean { function validatePromiseRejectEmpty (line 207) | function validatePromiseRejectEmpty(value: boolean): boolean { function validateQueue (line 219) | function validateQueue(value: string | false, noError?: true): string | ... function validateRepeat (line 231) | function validateRepeat(value: number | boolean): number | true { function validateSpeed (line 255) | function validateSpeed(value: number): number { function validateSync (line 267) | function validateSync(value: boolean): boolean { FILE: src/Velocity/patch.ts function patch (line 20) | function patch(proto: any, global?: boolean) { FILE: src/Velocity/queue.ts function animate (line 22) | function animate(animation: AnimationCall) { function queue (line 52) | function queue(element: HTMLorSVGElement, animation: AnimationCall, queu... function dequeue (line 90) | function dequeue(element: HTMLorSVGElement, queueName?: string | boolean... function freeAnimationCall (line 117) | function freeAnimationCall(animation: AnimationCall): void { FILE: src/Velocity/sequences.ts function expandSequence (line 25) | function expandSequence(animation: AnimationCall, sequence: SequenceList) { function registerSequence (line 52) | function registerSequence(args?: [string, VelocitySequence] | [{[name: s... FILE: src/Velocity/tick.ts function beginCall (line 29) | function beginCall(activeCall: AnimationCall) { function progressCall (line 49) | function progressCall(activeCall: AnimationCall) { function asyncCallbacks (line 76) | function asyncCallbacks() { constant FRAME_TIME (line 91) | const FRAME_TIME = 1000 / 60, function workerFn (line 156) | function workerFn(this: Worker) { function tick (line 215) | function tick(timestamp?: number | boolean) { FILE: src/Velocity/tweens.ts function expandProperties (line 59) | function expandProperties(animation: AnimationCall, properties: Properti... function findPattern (line 138) | function findPattern(parts: ReadonlyArray, propertyName: string)... function explodeTween (line 352) | function explodeTween(propertyName: string, tween: VelocityTween, durati... function validateTweens (line 399) | function validateTweens(activeCall: AnimationCall) { FILE: src/constants.ts constant ALL_VENDOR_PREFIXES (line 14) | const ALL_VENDOR_PREFIXES = true; constant DURATION_FAST (line 16) | const DURATION_FAST = 200; constant DURATION_NORMAL (line 17) | const DURATION_NORMAL = 400; constant DURATION_SLOW (line 18) | const DURATION_SLOW = 600; constant FUZZY_MS_PER_SECOND (line 20) | const FUZZY_MS_PER_SECOND = 980; constant DEFAULT_CACHE (line 22) | const DEFAULT_CACHE = true; constant DEFAULT_DELAY (line 23) | const DEFAULT_DELAY = 0; constant DEFAULT_DURATION (line 24) | const DEFAULT_DURATION = DURATION_NORMAL; constant DEFAULT_EASING (line 25) | const DEFAULT_EASING = "swing"; constant DEFAULT_FPSLIMIT (line 26) | const DEFAULT_FPSLIMIT = 60; constant DEFAULT_LOOP (line 27) | const DEFAULT_LOOP = 0; constant DEFAULT_PROMISE (line 28) | const DEFAULT_PROMISE = true; constant DEFAULT_PROMISE_REJECT_EMPTY (line 29) | const DEFAULT_PROMISE_REJECT_EMPTY = true; constant DEFAULT_QUEUE (line 30) | const DEFAULT_QUEUE = ""; constant DEFAULT_REPEAT (line 31) | const DEFAULT_REPEAT = 0; constant DEFAULT_SPEED (line 32) | const DEFAULT_SPEED = 1; constant DEFAULT_SYNC (line 33) | const DEFAULT_SYNC = true; constant CLASSNAME (line 35) | const CLASSNAME = "velocity-animating"; FILE: src/fakeClass.js function __ (line 10) | function __() { this.constructor = d; } function nn (line 21) | function nn(C) { function $A (line 30) | function $A() { function $B (line 49) | function $B() { FILE: src/fakeClass.ts type NC (line 2) | type NC = { new(): X }; type FC (line 3) | type FC = { (): X }; type MC (line 4) | type MC = NC & FC; function nn (line 5) | function nn(C: NC): MC { type $c (line 11) | type $c = { $c: Function }; class $A (line 13) | class $A { method constructor (line 16) | constructor() { method a (line 24) | a() { type A (line 28) | type A = $A; class $B (line 33) | class $B extends $A { method a (line 35) | a() { type B (line 39) | type B = $B; FILE: src/types.ts function isBoolean (line 15) | function isBoolean(variable: any): variable is boolean { function isEmptyObject (line 22) | function isEmptyObject(variable: {}): variable is {} { function isFunction (line 35) | function isFunction(variable: any): variable is Function { // tslint:dis... function isNode (line 42) | function isNode(variable: any): variable is HTMLorSVGElement { function isNumber (line 49) | function isNumber(variable: any): variable is number { function isNumberWhenParsed (line 56) | function isNumberWhenParsed(variable: any): variable is number { function isPlainObject (line 63) | function isPlainObject(variable: any): variable is {} { function isSVG (line 75) | function isSVG(variable: any): variable is SVGElement { function isString (line 82) | function isString(variable: any): variable is string { function isVelocityResult (line 89) | function isVelocityResult(variable: any): variable is VelocityResult { function isWrapped (line 98) | function isWrapped(variable: any): variable is HTMLorSVGElement[] { function propertyIsEnumerable (line 111) | function propertyIsEnumerable(obj: object, property: string): boolean { FILE: src/utility.ts function addClass (line 16) | function addClass(element: HTMLorSVGElement, className: string): void { function cloneArray (line 30) | function cloneArray(arrayLike: T[] | ArrayLike): T[] { function defineProperty (line 38) | function defineProperty(proto: any, name: string, value: any, readonly?:... function getValue (line 52) | function getValue(...args: T[]): T { function removeClass (line 72) | function removeClass(element: HTMLorSVGElement, className: string): void { function sanitizeElements (line 86) | function sanitizeElements(elements: HTMLorSVGElement | HTMLorSVGElement[... FILE: src/velocity.ts type IEDocument (line 102) | interface IEDocument extends Document { method get (line 169) | get() { method set (line 172) | set(value) { FILE: src/velocityFn.ts function patchPromise (line 46) | function patchPromise(promiseObject: Promise, result: VelocityResul... function Velocity (line 71) | function Velocity(this: VelocityElements | void, ...args: any[]): Veloci... function optionCallback (line 476) | function optionCallback(fn: VelocityOptionFn, element: HTMLorSVGEl... FILE: test/qunit-2.5.0.js function defineProperties (line 59) | function defineProperties(target, props) { function diff (line 138) | function diff(a, b) { function inArray (line 163) | function inArray(elem, array) { function objectValues (line 174) | function objectValues(obj) { function extend (line 187) | function extend(a, b, undefOnly) { function objectType (line 201) | function objectType(obj) { function is (line 236) | function is(type, obj) { function generateHash (line 242) | function generateHash(module, testName) { function useStrictEquality (line 274) | function useStrictEquality(a, b) { function compareConstructors (line 291) | function compareConstructors(a, b) { function getRegExpFlags (line 319) | function getRegExpFlags(regexp) { function isContainer (line 323) | function isContainer(val) { function breadthFirstCompareChild (line 327) | function breadthFirstCompareChild(a, b) { function typeEquiv (line 545) | function typeEquiv(a, b) { function innerEquiv (line 559) | function innerEquiv(a, b) { function quote (line 672) | function quote(str) { function literal (line 675) | function literal(o) { function join (line 678) | function join(pre, arr, post) { function array (line 690) | function array(arr, stack) { function isArray (line 706) | function isArray(obj) { function emit (line 968) | function emit(eventName, data) { function on (line 991) | function on(eventName, callback) { function registerLoggingCallbacks (line 1012) | function registerLoggingCallbacks(obj) { function runLoggingCallbacks (line 1042) | function runLoggingCallbacks(key, args) { function extractStacktrace (line 1055) | function extractStacktrace(e, offset) { function sourceFromStacktrace (line 1081) | function sourceFromStacktrace(offset) { function advance (line 1104) | function advance() { function addToQueueImmediate (line 1130) | function addToQueueImmediate(callback) { function addToQueue (line 1149) | function addToQueue(callback, prioritize, seed) { function unitSamplerGenerator (line 1168) | function unitSamplerGenerator(seed) { function done (line 1191) | function done() { function TestReport (line 1227) | function TestReport(name, suite, options) { function Test (line 1332) | function Test(settings) { function getNotStartedModules (line 1404) | function getNotStartedModules(startModule) { function runTest (line 1477) | function runTest(test) { function processHooks (line 1534) | function processHooks(test, module) { function logSuiteEnd (line 1635) | function logSuiteEnd(module) { function runTest (line 1662) | function runTest() { function moduleChainNameMatch (line 1805) | function moduleChainNameMatch(testModule) { function moduleChainIdMatch (line 1816) | function moduleChainIdMatch(testModule) { function pushFailure (line 1872) | function pushFailure() { function saveGlobal (line 1883) | function saveGlobal() { function checkPollution (line 1900) | function checkPollution() { function test (line 1919) | function test(testName, callback) { function todo (line 1932) | function todo(testName, callback) { function skip (line 1947) | function skip(testName) { function only (line 1961) | function only(testName, callback) { function internalStop (line 1978) | function internalStop(test) { function internalRecover (line 2014) | function internalRecover(test) { function internalStart (line 2020) | function internalStart(test) { function collectTests (line 2064) | function collectTests(module) { function numberOfTests (line 2078) | function numberOfTests(module) { function numberOfUnskippedTests (line 2082) | function numberOfUnskippedTests(module) { function notifyTestsRan (line 2088) | function notifyTestsRan(module, skipped) { function consoleProxy (line 2107) | function consoleProxy(method) { function Assert (line 2120) | function Assert(testContext) { function errorString (line 2548) | function errorString(error) { function exportQUnit (line 2570) | function exportQUnit(QUnit) { function SuiteReport (line 2609) | function SuiteReport(name, parentSuite) { function onError (line 2727) | function onError(error) { function onUnhandledRejection (line 2747) | function onUnhandledRejection(reason) { function createModule (line 2784) | function createModule(name, testEnvironment, modifiers) { function processModule (line 2822) | function processModule(name, options, executeNow) { function module$1 (line 2862) | function module$1(name, options, executeNow) { function scheduleBegin (line 3012) | function scheduleBegin() { function begin (line 3026) | function begin() { function setHookFunction (line 3062) | function setHookFunction(module, hookName) { function storeFixture (line 3080) | function storeFixture() { function resetFixture (line 3096) | function resetFixture() { function getUrlParams (line 3175) | function getUrlParams() { function decodeQueryParam (line 3199) | function decodeQueryParam(param) { function escapeText (line 3212) | function escapeText(s) { function addEvent (line 3250) | function addEvent(elem, type, fn) { function removeEvent (line 3254) | function removeEvent(elem, type, fn) { function addEvents (line 3258) | function addEvents(elems, type, fn) { function hasClass (line 3265) | function hasClass(elem, name) { function addClass (line 3269) | function addClass(elem, name) { function toggleClass (line 3275) | function toggleClass(elem, name, force) { function removeClass (line 3283) | function removeClass(elem, name) { function id (line 3295) | function id(name) { function abortTests (line 3299) | function abortTests() { function interceptNavigation (line 3309) | function interceptNavigation(ev) { function getUrlConfigHtml (line 3319) | function getUrlConfigHtml() { function toolbarChanged (line 3373) | function toolbarChanged() { function setUrl (line 3404) | function setUrl(params) { function applyUrlParams (line 3433) | function applyUrlParams() { function toolbarUrlConfigContainer (line 3455) | function toolbarUrlConfigContainer() { function abortTestsButton (line 3467) | function abortTestsButton() { function toolbarLooseFilter (line 3475) | function toolbarLooseFilter() { function moduleListHtml (line 3502) | function moduleListHtml() { function toolbarModuleFilter (line 3517) | function toolbarModuleFilter() { function appendToolbar (line 3647) | function appendToolbar() { function appendHeader (line 3658) | function appendHeader() { function appendBanner (line 3666) | function appendBanner() { function appendTestResults (line 3674) | function appendTestResults() { function appendFilteredTest (line 3698) | function appendFilteredTest() { function appendUserAgent (line 3706) | function appendUserAgent() { function appendInterface (line 3715) | function appendInterface() { function appendTestsList (line 3729) | function appendTestsList(modules) { function appendTest (line 3743) | function appendTest(name, testId, moduleName) { function getNameHtml (line 3851) | function getNameHtml(name, module) { function stripHtml (line 3883) | function stripHtml(string) { function DiffMatchPatch (line 4146) | function DiffMatchPatch() {} function diffHalfMatchI (line 4514) | function diffHalfMatchI(longtext, shorttext, i) { function diffLinesToCharsMunge (line 4995) | function diffLinesToCharsMunge(text) { FILE: test/qunit-assert-close.js function _getPushContext (line 32) | function _getPushContext(context) { function close (line 71) | function close(actual, expected, maxDifference, message) { function notClose (line 145) | function notClose(actual, expected, minDifference, message) { FILE: test/src/2_Option/Option Begin.ts method begin (line 19) | begin(elements) { FILE: test/src/2_Option/Option Complete.ts method complete (line 19) | complete(elements) { FILE: test/src/2_Option/Option Delay.ts method begin (line 22) | begin(elements, activeCall) { method begin (line 40) | begin(elements, activeCall) { FILE: test/src/2_Option/Option Duration.ts method complete (line 21) | complete(elements, activeCall) { method complete (line 39) | complete(elements, activeCall) { FILE: test/src/2_Option/Option Easing.ts method begin (line 52) | begin(elements, animation) { method begin (line 70) | begin(elements, animation) { method begin (line 97) | begin(elements, animation) { method begin (line 107) | begin(elements) { method complete (line 113) | complete(elements) { method begin (line 124) | begin(elements) { method complete (line 130) | complete(elements) { method begin (line 141) | begin(elements) { method complete (line 147) | complete(elements) { FILE: test/src/2_Option/Option Fps Limit.ts method progress (line 27) | progress() { FILE: test/src/2_Option/Option Loop.ts method begin (line 27) | begin() { method progress (line 30) | progress(elements, percentComplete) { method complete (line 36) | complete() { FILE: test/src/2_Option/Option Queue.ts method begin (line 29) | begin() { method complete (line 32) | complete() { method begin (line 43) | begin() { method complete (line 49) | complete() { method begin (line 56) | begin() { method complete (line 62) | complete() { method begin (line 69) | begin() { FILE: test/src/2_Option/Option Repeat.ts method begin (line 25) | begin() { method progress (line 28) | progress(elements, percentComplete) { method complete (line 33) | complete() { FILE: test/src/2_Option/Option Speed.ts type ExtendedVelocityExtended (line 13) | interface ExtendedVelocityExtended extends VelocityResult { method begin (line 27) | begin(elements) { method begin (line 38) | begin(elements: ExtendedVelocityExtended) { method complete (line 41) | complete(elements: ExtendedVelocityExtended) { method begin (line 56) | begin(elements: ExtendedVelocityExtended) { method complete (line 59) | complete(elements: ExtendedVelocityExtended) { method begin (line 75) | begin(elements: ExtendedVelocityExtended) { method complete (line 78) | complete(elements: ExtendedVelocityExtended) { method begin (line 94) | begin(elements: ExtendedVelocityExtended) { method complete (line 97) | complete(elements: ExtendedVelocityExtended) { method begin (line 112) | begin(elements: ExtendedVelocityExtended) { method complete (line 115) | complete(elements: ExtendedVelocityExtended) { method progress (line 131) | progress(elements: ExtendedVelocityExtended, percentComplete) { FILE: test/src/2_Option/Option Sync.ts method complete (line 21) | complete() { method complete (line 42) | complete() { method begin (line 49) | begin() { FILE: test/src/3_Command/Command Finish.ts method complete (line 40) | complete() { method complete (line 46) | complete() { method begin (line 64) | begin() { method complete (line 67) | complete() { method begin (line 87) | begin() { method complete (line 90) | complete() { FILE: test/src/3_Command/Command Pause + Resume.ts method progress (line 31) | progress() { FILE: test/src/3_Command/Command Reverse.ts method complete (line 21) | complete(elements) { method complete (line 32) | complete(elements) { method complete (line 43) | complete(elements) { FILE: test/src/3_Command/Command Stop.ts method begin (line 51) | begin() { method complete (line 69) | complete() { method complete (line 75) | complete() { method begin (line 93) | begin() { method begin (line 98) | begin() { method begin (line 113) | begin() { method begin (line 121) | begin() { FILE: test/src/4_Feature/Feature Classname.ts method begin (line 17) | begin(elements) { method complete (line 20) | complete(elements) { FILE: test/src/4_Feature/Feature Value Functions.ts method width (line 19) | width(i, total) { FILE: test/src/5_UIPack/Packaged Effect slideUp+Down.ts method begin (line 26) | begin(elements) { method complete (line 31) | complete(elements) { method begin (line 46) | begin(elements) { method complete (line 51) | complete(elements) { FILE: test/src/5_UIPack/UI Pack Callbacks.ts method begin (line 19) | begin(elements) { method complete (line 24) | complete(elements) { FILE: test/src/utilities.ts type QUnit (line 12) | interface QUnit { type Assert (line 16) | interface Assert { function applyStartValues (line 81) | function applyStartValues(element: HTMLElement, startValues: { [name: st... function Data (line 87) | function Data(element): ElementData { function getNow (line 91) | function getNow(): number { function getPropertyValue (line 95) | function getPropertyValue(element: HTMLElement, property: string): string { function getTarget (line 99) | function getTarget(startValues?: { [name: string]: string }): HTMLDivEle... function once (line 118) | function once(func): typeof func { function sleep (line 132) | function sleep(ms: number) { function asyncTests (line 144) | function asyncTests(assert?: Assert, count?: number, callback?: (done: (... function isEmptyObject (line 160) | function isEmptyObject(variable): variable is {} { FILE: test/test.js function applyStartValues (line 62) | function applyStartValues(element, startValues) { function Data (line 67) | function Data(element) { function getNow (line 70) | function getNow() { function getPropertyValue (line 73) | function getPropertyValue(element, property) { function getTarget (line 76) | function getTarget(startValues) { function once (line 92) | function once(func) { function sleep (line 107) | function sleep(ms) { function asyncTests (line 112) | function asyncTests(assert, count, callback) { function __awaiter (line 367) | function __awaiter(thisArg, _arguments, P, generator) { FILE: velocity.d.ts type AnimationCall (line 18) | interface AnimationCall extends StrictVelocityOptions { type AnimationFlags (line 98) | const enum AnimationFlags { type ElementData (line 142) | interface ElementData { type Sequence (line 202) | interface Sequence extends ReadonlyArray { type SequenceList (line 214) | interface SequenceList { type StrictVelocityOptions (line 224) | interface StrictVelocityOptions extends VelocityOptions, VelocityPromise { type TweenStep (line 329) | interface TweenStep extends ReadonlyArray { type Velocity (line 349) | interface Velocity { type VelocityEasings (line 988) | interface VelocityEasings { type VelocityExtended (line 1037) | interface VelocityExtended { type VelocityObjectArgs (line 1051) | interface VelocityObjectArgs { type VelocityOptions (line 1064) | interface VelocityOptions { type VelocityPromise (line 1237) | interface VelocityPromise { type VelocityResult (line 1272) | interface VelocityResult extends Array, Partial... type VelocityState (line 1302) | interface VelocityState { type VelocityTween (line 1387) | interface VelocityTween { type HTMLorSVGElement (line 1421) | type HTMLorSVGElement = HTMLElement | SVGElement; type Properties (line 1427) | type Properties = { type VelocityActionFn (line 1457) | type VelocityActionFn = ( type VelocityCallbackFn (line 1469) | type VelocityCallbackFn = ( type VelocityEasingFn (line 1484) | type VelocityEasingFn = ( type VelocityEasingType (line 1493) | type VelocityEasingType = VelocityEasingFn type VelocityElements (line 1503) | type VelocityElements = HTMLorSVGElement | HTMLorSVGElement[]; type VelocityNormalizationsFn (line 1515) | type VelocityNormalizationsFn = type VelocityOptionFn (line 1525) | type VelocityOptionFn = ( type VelocityProgressFn (line 1535) | type VelocityProgressFn = ( type VelocityProperties (line 1546) | type VelocityProperties = Properties; type VelocityProperty (line 1552) | type VelocityProperty = VelocityPropertyValue | VelocityPropertyFn; type VelocityPropertyFn (line 1557) | type VelocityPropertyFn = ( type VelocityPropertyValue (line 1567) | type VelocityPropertyValue = number type VelocityPropertyValueFn (line 1576) | type VelocityPropertyValueFn = ( type VelocitySequence (line 1585) | type VelocitySequence = { type VelocitySequenceProperty (line 1596) | type VelocitySequenceProperty = string | [string] | [string, VelocityEas... type NodeListOf (line 1606) | interface NodeListOf extends VelocityExtended {} type HTMLCollection (line 1616) | interface HTMLCollection extends VelocityExtended {} FILE: velocity.es5.js function defineProperties (line 20) | function defineProperties(target, props) { function isBoolean (line 55) | function isBoolean(variable) { function isFunction (line 61) | function isFunction(variable) { function isNode (line 67) | function isNode(variable) { function isNumber (line 73) | function isNumber(variable) { function isPlainObject (line 79) | function isPlainObject(variable) { function isString (line 89) | function isString(variable) { function isVelocityResult (line 95) | function isVelocityResult(variable) { function isWrapped (line 102) | function isWrapped(variable) { function propertyIsEnumerable (line 108) | function propertyIsEnumerable(obj, property) { function addClass (line 116) | function addClass(element, className) { function cloneArray (line 129) | function cloneArray(arrayLike) { function defineProperty$1 (line 136) | function defineProperty$1(proto, name, value, readonly) { function getValue (line 149) | function getValue() { function removeClass (line 192) | function removeClass(element, className) { function registerAction (line 211) | function registerAction(args, internal) { function registerEasing (line 263) | function registerEasing(args) { function linearEasing (line 281) | function linearEasing(percentComplete, startValue, endValue, property) { function swingEasing (line 287) | function swingEasing(percentComplete, startValue, endValue) { function springEasing (line 293) | function springEasing(percentComplete, startValue, endValue) { function fixRange (line 304) | function fixRange(num) { function A (line 307) | function A(aA1, aA2) { function B (line 310) | function B(aA1, aA2) { function C (line 313) | function C(aA1) { function calcBezier (line 316) | function calcBezier(aT, aA1, aA2) { function getSlope (line 319) | function getSlope(aT, aA1, aA2) { function generateBezier (line 322) | function generateBezier() { function springAccelerationForState (line 468) | function springAccelerationForState(state) { function springEvaluateStateWithDerivative (line 471) | function springEvaluateStateWithDerivative(initialState, dt, derivative) { function springIntegrateState (line 483) | function springIntegrateState(state, dt) { function generateSpringRK4 (line 497) | function generateSpringRK4(tension, friction, duration) { function generateStep (line 546) | function generateStep(steps) { function parseDuration (line 567) | function parseDuration(duration, def) { function validateCache (line 579) | function validateCache(value) { function validateBegin (line 590) | function validateBegin(value) { function validateComplete (line 601) | function validateComplete(value, noError) { function validateDelay (line 612) | function validateDelay(value) { function validateDuration (line 624) | function validateDuration(value, noError) { function validateEasing (line 636) | function validateEasing(value, duration, noError) { function validateFpsLimit (line 670) | function validateFpsLimit(value) { function validateLoop (line 686) | function validateLoop(value) { function validateProgress (line 706) | function validateProgress(value) { function validatePromise (line 717) | function validatePromise(value) { function validatePromiseRejectEmpty (line 728) | function validatePromiseRejectEmpty(value) { function validateQueue (line 739) | function validateQueue(value, noError) { function validateRepeat (line 750) | function validateRepeat(value) { function validateSpeed (line 770) | function validateSpeed(value) { function validateSync (line 781) | function validateSync(value) { function defaults$$1 (line 809) | function defaults$$1() { function Data (line 1052) | function Data(element) { function animate (line 1111) | function animate(animation) { function queue$1 (line 1136) | function queue$1(element, animation, queueName) { function dequeue (line 1171) | function dequeue(element, queueName, skip) { function freeAnimationCall (line 1195) | function freeAnimationCall(animation) { function callComplete (line 1227) | function callComplete(activeCall) { function completeCall (line 1245) | function completeCall(activeCall) { function registerNormalization (line 1338) | function registerNormalization(args) { function hasNormalization (line 1389) | function hasNormalization(args) { function getNormalizationUnit (line 1410) | function getNormalizationUnit(fn) { function getNormalization (line 1423) | function getNormalization(element, propertyName) { function setPropertyValue (line 1442) | function setPropertyValue(element, propertyName, propertyValue, fn) { function removeNestedCalc (line 1463) | function removeNestedCalc(value) { function camelCase (line 1497) | function camelCase(property) { function makeRGBA (line 1522) | function makeRGBA(ignore, r, g, b) { function fixColors (line 1529) | function fixColors(str) { function augmentDimension (line 1547) | function augmentDimension(element, name, wantInner) { function getWidthHeight (line 1593) | function getWidthHeight(element, property) { function computePropertyValue (line 1597) | function computePropertyValue(element, property) { function getPropertyValue (line 1667) | function getPropertyValue(element, propertyName, fn, skipCache) { function expandProperties (line 1712) | function expandProperties(animation, properties) { function findPattern (line 1785) | function findPattern(parts, propertyName) { function explodeTween (line 1977) | function explodeTween(propertyName, tween, duration, starting) { function validateTweens (line 2020) | function validateTweens(activeCall) { function beginCall (line 2058) | function beginCall(activeCall) { function progressCall (line 2075) | function progressCall(activeCall) { function asyncCallbacks (line 2094) | function asyncCallbacks() { function workerFn (line 2216) | function workerFn() { function tick (line 2272) | function tick(timestamp) { function checkAnimationShouldBeFinished (line 2498) | function checkAnimationShouldBeFinished(animation, queueName, defaultQue... function finish (line 2553) | function finish(args, elements, promiseHandler) { function option (line 2622) | function option(args, elements, promiseHandler, action) { function checkAnimation (line 2799) | function checkAnimation(animation, queueName, defaultQueue, isPaused) { function pauseResume (line 2813) | function pauseResume(args, elements, promiseHandler, action) { function propertyAction (line 2878) | function propertyAction(args, elements, promiseHandler, action) { function checkAnimationShouldBeStopped (line 3095) | function checkAnimationShouldBeStopped(animation, queueName, defaultQueu... function stop (line 3120) | function stop(args, elements, promiseHandler, action) { function tweenAction (line 3177) | function tweenAction(args, elements, promiseHandler, action) { function registerBackIn (line 3454) | function registerBackIn(name, amount) { function registerBackOut (line 3465) | function registerBackOut(name, amount) { function registerBackInOut (line 3476) | function registerBackInOut(name, amount) { function easeOutBouncePercent (line 3495) | function easeOutBouncePercent(percentComplete) { function easeInBouncePercent (line 3507) | function easeInBouncePercent(percentComplete) { function easeInBounce (line 3510) | function easeInBounce(percentComplete, startValue, endValue) { function easeOutBounce (line 3519) | function easeOutBounce(percentComplete, startValue, endValue) { function easeInOutBounce (line 3528) | function easeInOutBounce(percentComplete, startValue, endValue) { function registerElasticIn (line 3544) | function registerElasticIn(name, amplitude, period) { function registerElasticOut (line 3555) | function registerElasticOut(name, amplitude, period) { function registerElasticInOut (line 3566) | function registerElasticInOut(name, amplitude, period) { function atStart (line 3589) | function atStart(percentComplete, startValue, endValue) { function during (line 3596) | function during(percentComplete, startValue, endValue) { function atEnd (line 3602) | function atEnd(percentComplete, startValue, endValue) { function getDimension (line 3613) | function getDimension(name, wantInner) { function display (line 3633) | function display(element, propertyValue) { function clientWidth (line 3664) | function clientWidth(element, propertyValue) { function scrollWidth (line 3669) | function scrollWidth(element, propertyValue) { function clientHeight (line 3674) | function clientHeight(element, propertyValue) { function scrollHeight (line 3679) | function scrollHeight(element, propertyValue) { function scroll (line 3684) | function scroll(direction, end) { function getSetPrefixed (line 3785) | function getSetPrefixed(propertyName, unprefixed) { function getSetStyle (line 3796) | function getSetStyle(propertyName) { function getAttribute (line 3830) | function getAttribute(name) { function getDimension$1 (line 3867) | function getDimension$1(name) { function getSetTween (line 3887) | function getSetTween(element, propertyValue) { function expandSequence (line 4035) | function expandSequence(animation, sequence) { function registerSequence (line 4059) | function registerSequence(args) { function patchPromise (line 4289) | function patchPromise(promiseObject, result) { function Velocity$1 (line 4299) | function Velocity$1() { function optionCallback (line 4685) | function optionCallback(fn, element, index, length, elements, option) { function patch (line 4703) | function patch(proto, global) { FILE: velocity.js function defineProperties (line 26) | function defineProperties(target, props) { function isBoolean (line 61) | function isBoolean(variable) { function isFunction (line 67) | function isFunction(variable) { function isNode (line 73) | function isNode(variable) { function isNumber (line 79) | function isNumber(variable) { function isPlainObject (line 85) | function isPlainObject(variable) { function isString (line 95) | function isString(variable) { function isVelocityResult (line 101) | function isVelocityResult(variable) { function isWrapped (line 108) | function isWrapped(variable) { function propertyIsEnumerable (line 114) | function propertyIsEnumerable(obj, property) { function addClass (line 122) | function addClass(element, className) { function cloneArray (line 135) | function cloneArray(arrayLike) { function defineProperty$1 (line 142) | function defineProperty$1(proto, name, value, readonly) { function getValue (line 155) | function getValue() { function removeClass (line 198) | function removeClass(element, className) { function registerAction (line 217) | function registerAction(args, internal) { function registerEasing (line 269) | function registerEasing(args) { function linearEasing (line 287) | function linearEasing(percentComplete, startValue, endValue, property) { function swingEasing (line 293) | function swingEasing(percentComplete, startValue, endValue) { function springEasing (line 299) | function springEasing(percentComplete, startValue, endValue) { function fixRange (line 310) | function fixRange(num) { function A (line 313) | function A(aA1, aA2) { function B (line 316) | function B(aA1, aA2) { function C (line 319) | function C(aA1) { function calcBezier (line 322) | function calcBezier(aT, aA1, aA2) { function getSlope (line 325) | function getSlope(aT, aA1, aA2) { function generateBezier (line 328) | function generateBezier() { function springAccelerationForState (line 474) | function springAccelerationForState(state) { function springEvaluateStateWithDerivative (line 477) | function springEvaluateStateWithDerivative(initialState, dt, derivative) { function springIntegrateState (line 489) | function springIntegrateState(state, dt) { function generateSpringRK4 (line 503) | function generateSpringRK4(tension, friction, duration) { function generateStep (line 552) | function generateStep(steps) { function parseDuration (line 573) | function parseDuration(duration, def) { function validateCache (line 585) | function validateCache(value) { function validateBegin (line 596) | function validateBegin(value) { function validateComplete (line 607) | function validateComplete(value, noError) { function validateDelay (line 618) | function validateDelay(value) { function validateDuration (line 630) | function validateDuration(value, noError) { function validateEasing (line 642) | function validateEasing(value, duration, noError) { function validateFpsLimit (line 676) | function validateFpsLimit(value) { function validateLoop (line 692) | function validateLoop(value) { function validateProgress (line 712) | function validateProgress(value) { function validatePromise (line 723) | function validatePromise(value) { function validatePromiseRejectEmpty (line 734) | function validatePromiseRejectEmpty(value) { function validateQueue (line 745) | function validateQueue(value, noError) { function validateRepeat (line 756) | function validateRepeat(value) { function validateSpeed (line 776) | function validateSpeed(value) { function validateSync (line 787) | function validateSync(value) { function defaults$$1 (line 815) | function defaults$$1() { function Data (line 1058) | function Data(element) { function animate (line 1117) | function animate(animation) { function queue$1 (line 1142) | function queue$1(element, animation, queueName) { function dequeue (line 1177) | function dequeue(element, queueName, skip) { function freeAnimationCall (line 1201) | function freeAnimationCall(animation) { function callComplete (line 1233) | function callComplete(activeCall) { function completeCall (line 1251) | function completeCall(activeCall) { function registerNormalization (line 1344) | function registerNormalization(args) { function hasNormalization (line 1395) | function hasNormalization(args) { function getNormalizationUnit (line 1416) | function getNormalizationUnit(fn) { function getNormalization (line 1429) | function getNormalization(element, propertyName) { function setPropertyValue (line 1448) | function setPropertyValue(element, propertyName, propertyValue, fn) { function removeNestedCalc (line 1469) | function removeNestedCalc(value) { function camelCase (line 1503) | function camelCase(property) { function makeRGBA (line 1528) | function makeRGBA(ignore, r, g, b) { function fixColors (line 1535) | function fixColors(str) { function augmentDimension (line 1553) | function augmentDimension(element, name, wantInner) { function getWidthHeight (line 1599) | function getWidthHeight(element, property) { function computePropertyValue (line 1603) | function computePropertyValue(element, property) { function getPropertyValue (line 1673) | function getPropertyValue(element, propertyName, fn, skipCache) { function expandProperties (line 1718) | function expandProperties(animation, properties) { function findPattern (line 1791) | function findPattern(parts, propertyName) { function explodeTween (line 1983) | function explodeTween(propertyName, tween, duration, starting) { function validateTweens (line 2026) | function validateTweens(activeCall) { function beginCall (line 2064) | function beginCall(activeCall) { function progressCall (line 2081) | function progressCall(activeCall) { function asyncCallbacks (line 2100) | function asyncCallbacks() { function workerFn (line 2222) | function workerFn() { function tick (line 2278) | function tick(timestamp) { function checkAnimationShouldBeFinished (line 2504) | function checkAnimationShouldBeFinished(animation, queueName, defaultQue... function finish (line 2559) | function finish(args, elements, promiseHandler) { function option (line 2628) | function option(args, elements, promiseHandler, action) { function checkAnimation (line 2805) | function checkAnimation(animation, queueName, defaultQueue, isPaused) { function pauseResume (line 2819) | function pauseResume(args, elements, promiseHandler, action) { function propertyAction (line 2884) | function propertyAction(args, elements, promiseHandler, action) { function checkAnimationShouldBeStopped (line 3101) | function checkAnimationShouldBeStopped(animation, queueName, defaultQueu... function stop (line 3126) | function stop(args, elements, promiseHandler, action) { function tweenAction (line 3183) | function tweenAction(args, elements, promiseHandler, action) { function registerBackIn (line 3460) | function registerBackIn(name, amount) { function registerBackOut (line 3471) | function registerBackOut(name, amount) { function registerBackInOut (line 3482) | function registerBackInOut(name, amount) { function easeOutBouncePercent (line 3501) | function easeOutBouncePercent(percentComplete) { function easeInBouncePercent (line 3513) | function easeInBouncePercent(percentComplete) { function easeInBounce (line 3516) | function easeInBounce(percentComplete, startValue, endValue) { function easeOutBounce (line 3525) | function easeOutBounce(percentComplete, startValue, endValue) { function easeInOutBounce (line 3534) | function easeInOutBounce(percentComplete, startValue, endValue) { function registerElasticIn (line 3550) | function registerElasticIn(name, amplitude, period) { function registerElasticOut (line 3561) | function registerElasticOut(name, amplitude, period) { function registerElasticInOut (line 3572) | function registerElasticInOut(name, amplitude, period) { function atStart (line 3595) | function atStart(percentComplete, startValue, endValue) { function during (line 3602) | function during(percentComplete, startValue, endValue) { function atEnd (line 3608) | function atEnd(percentComplete, startValue, endValue) { function getDimension (line 3619) | function getDimension(name, wantInner) { function display (line 3639) | function display(element, propertyValue) { function clientWidth (line 3670) | function clientWidth(element, propertyValue) { function scrollWidth (line 3675) | function scrollWidth(element, propertyValue) { function clientHeight (line 3680) | function clientHeight(element, propertyValue) { function scrollHeight (line 3685) | function scrollHeight(element, propertyValue) { function scroll (line 3690) | function scroll(direction, end) { function getSetPrefixed (line 3791) | function getSetPrefixed(propertyName, unprefixed) { function getSetStyle (line 3802) | function getSetStyle(propertyName) { function getAttribute (line 3836) | function getAttribute(name) { function getDimension$1 (line 3873) | function getDimension$1(name) { function getSetTween (line 3893) | function getSetTween(element, propertyValue) { function expandSequence (line 4041) | function expandSequence(animation, sequence) { function registerSequence (line 4065) | function registerSequence(args) { function patchPromise (line 4295) | function patchPromise(promiseObject, result) { function Velocity$1 (line 4305) | function Velocity$1() { function optionCallback (line 4691) | function optionCallback(fn, element, index, length, elements, option) { function patch (line 4709) | function patch(proto, global) { FILE: version.ts constant VERSION (line 8) | const VERSION = "2.0.6";