SYMBOL INDEX (97 symbols across 22 files) FILE: build/build-nuxt.ts type BuildModuleOptions (line 8) | interface BuildModuleOptions { type PrepareModuleOptions (line 16) | interface PrepareModuleOptions { function prepareModule (line 25) | async function prepareModule (options: PrepareModuleOptions) { function buildModule (line 55) | async function buildModule(opts: BuildModuleOptions) { function writeTypes (line 143) | async function writeTypes(distDir: string, meta: ModuleMeta) { function writeCJSStub (line 216) | async function writeCJSStub(distDir: string) { FILE: build/bundle.ts function clean (line 21) | async function clean() { function baseBuild (line 25) | async function baseBuild() { function baseBuildMin (line 30) | async function baseBuildMin() { function reactBuild (line 41) | async function reactBuild() { function solidBuild (line 58) | async function solidBuild() { function preactBuild (line 76) | async function preactBuild() { function vueBuild (line 94) | async function vueBuild() { function angularBuild (line 112) | async function angularBuild() { function nuxtBuild (line 151) | async function nuxtBuild() { function declarationsBuild (line 159) | async function declarationsBuild() { function bundleDeclarations (line 170) | async function bundleDeclarations() { function addPackageJSON (line 211) | async function addPackageJSON() { function addAssets (line 224) | async function addAssets() { function prepareForPublishing (line 234) | async function prepareForPublishing() { function publish (line 254) | async function publish() { function outputSize (line 272) | async function outputSize() { function main (line 277) | async function main() { FILE: docs/assets/prism.js function u (line 3) | function u(e){s.highlightedCode=e,a.hooks.run("before-insert",s),s.eleme... function i (line 3) | function i(e,n,t,r){this.type=e,this.content=n,this.alias=t,this.length=... function l (line 3) | function l(e,n,t,r){e.lastIndex=n;var a=e.exec(t);if(a&&r&&a[1]){var i=a... function o (line 3) | function o(e,n,t,r,s,g){for(var f in t)if(t.hasOwnProperty(f)&&t[f]){var... function s (line 3) | function s(){var e={value:null,prev:null,next:null},n={value:null,prev:e... function u (line 3) | function u(e,n,t){var r=n.next,a={value:t,prev:n,next:r};return n.next=a... function c (line 3) | function c(e,n,t){for(var r=n.next,a=0;a/g,(function(){return"(?:\\s|//.*... FILE: docs/src/examples/disable/disable.jsx function Juggle (line 4) | function Juggle() { FILE: docs/src/examples/intro/intro-preact.jsx function MyList (line 3) | function MyList () { FILE: docs/src/examples/intro/intro-solid.jsx function MyList (line 3) | function MyList () { FILE: docs/src/examples/intro/intro.jsx function MyList (line 3) | function MyList () { FILE: docs/src/global.d.ts type Window (line 1) | interface Window { FILE: rollup.config.js constant FRAMEWORK (line 4) | const FRAMEWORK = process.env.FRAMEWORK || "index" constant DECLARATIONS (line 5) | const DECLARATIONS = process.env.DECLARATIONS || false constant MIN (line 6) | const MIN = process.env.MIN || false function createOutput (line 18) | function createOutput() { FILE: src/angular/index.ts class AutoAnimateDirective (line 15) | class AutoAnimateDirective { method constructor (line 18) | constructor(el: ElementRef) { FILE: src/debug-utils.ts function raw (line 1) | function raw(str: string): number { function drawMargins (line 14) | function drawMargins( FILE: src/index.ts type Coordinates (line 4) | interface Coordinates { type AnimationController (line 14) | interface AnimationController

{ constant TGT (line 95) | const TGT = "__aa_tgt" constant DEL (line 99) | const DEL = "__aa_del" constant NEW (line 105) | const NEW = "__aa_new" function isOffscreen (line 134) | function isOffscreen(el: Element): boolean { function observePosition (line 145) | function observePosition(el: Element) { function updatePos (line 184) | function updatePos(el: Element, debounce = true) { function updateAllPos (line 212) | function updateAllPos() { function poll (line 232) | function poll(el: Element) { function lowPriority (line 248) | function lowPriority(callback: CallableFunction) { function getElements (line 291) | function getElements(mutations: MutationRecord[]): Set | false { function target (line 350) | function target(el: Element, child?: Element) { function animate (line 361) | function animate(el: Element) { function raw (line 385) | function raw(str: string): number { function getScrollOffset (line 394) | function getScrollOffset(el: Element) { function getCoords (line 410) | function getCoords(el: Element): Coordinates { function getTransitionSizes (line 429) | function getTransitionSizes( function getOptions (line 466) | function getOptions(el: Element): AutoAnimateOptions | AutoAnimationPlug... function getTarget (line 477) | function getTarget(el: Element): Element | undefined { function isEnabled (line 487) | function isEnabled(el: Element): boolean { function forEach (line 497) | function forEach( function getPluginTuple (line 513) | function getPluginTuple( function isPlugin (line 524) | function isPlugin( function remain (line 535) | function remain(el: Element) { function add (line 601) | function add(el: Element) { function cleanUp (line 641) | function cleanUp(el: Element, styles?: Partial) { function remove (line 662) | function remove(el: Element) { function adjustScroll (line 756) | function adjustScroll( function deletePosition (line 807) | function deletePosition( type AutoAnimateOptions (line 837) | interface AutoAnimateOptions { type AutoAnimationPluginOptions (line 857) | interface AutoAnimationPluginOptions { type AutoAnimationPlugin (line 865) | interface AutoAnimationPlugin { function autoAnimate (line 883) | function autoAnimate( FILE: src/nuxt/module.ts method setup (line 18) | setup() { FILE: src/preact/index.ts function useAutoAnimate (line 13) | function useAutoAnimate( FILE: src/qwik/index.ts function useAutoAnimate (line 23) | function useAutoAnimate( FILE: src/react/index.ts function useAutoAnimate (line 13) | function useAutoAnimate( FILE: src/solid/index.ts type Directives (line 10) | interface Directives { FILE: src/vue/index.ts function createVAutoAnimate (line 21) | function createVAutoAnimate( method install (line 53) | install(app, defaults?: Partial | AutoAnimationPlugi... function useAutoAnimate (line 64) | function useAutoAnimate( FILE: tests/e2e/utils.ts function assertNoConsoleErrors (line 3) | async function assertNoConsoleErrors(page: Page) { function withAnimationObserver (line 14) | async function withAnimationObserver(page: Page, selector: string) { function waitForActiveAnimations (line 32) | async function waitForActiveAnimations(page: Page, selector: string, tim... function approximateMemoryUsage (line 45) | async function approximateMemoryUsage(page: Page) { function forceGC (line 61) | async function forceGC(page: Page) { FILE: tests/e2e/visual-animation-video.spec.ts function scrub (line 60) | async function scrub(fraction: number) { FILE: tests/e2e/visual-animation.spec.ts function scrub (line 51) | async function scrub(fraction: number) { FILE: tests/e2e/visual-video.util.ts function getVideoDurationSec (line 7) | async function getVideoDurationSec(videoPath: string): Promise { function extractFrameAt (line 17) | async function extractFrameAt(videoPath: string, timeSec: number, outPat... function diffImages (line 30) | async function diffImages(aPath: string, bPath: string): Promise<{ ratio...