backOut() — svelte Function Reference
Architecture documentation for the backOut() function in index.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 32244c6a_c723_6f5b_b6c1_5a35c736a83b["backOut()"] 8d8f0ca3_5d92_5886_ea4e_cf91e157cffe["index.js"] 32244c6a_c723_6f5b_b6c1_5a35c736a83b -->|defined in| 8d8f0ca3_5d92_5886_ea4e_cf91e157cffe style 32244c6a_c723_6f5b_b6c1_5a35c736a83b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/easing/index.js lines 37–40
export function backOut(t) {
const s = 1.70158;
return --t * t * ((s + 1) * t + s) + 1;
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does backOut() do?
backOut() is a function in the svelte codebase, defined in packages/svelte/src/easing/index.js.
Where is backOut() defined?
backOut() is defined in packages/svelte/src/easing/index.js at line 37.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free