Home / Function/ quartOut() — svelte Function Reference

quartOut() — svelte Function Reference

Architecture documentation for the quartOut() function in index.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  4da929fe_8e98_249c_d05c_1d1670355954["quartOut()"]
  8d8f0ca3_5d92_5886_ea4e_cf91e157cffe["index.js"]
  4da929fe_8e98_249c_d05c_1d1670355954 -->|defined in| 8d8f0ca3_5d92_5886_ea4e_cf91e157cffe
  style 4da929fe_8e98_249c_d05c_1d1670355954 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/easing/index.js lines 233–235

export function quartOut(t) {
	return Math.pow(t - 1.0, 3.0) * (1.0 - t) + 1.0;
}

Subdomains

Frequently Asked Questions

What does quartOut() do?
quartOut() is a function in the svelte codebase, defined in packages/svelte/src/easing/index.js.
Where is quartOut() defined?
quartOut() is defined in packages/svelte/src/easing/index.js at line 233.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free