Home / Function/ circIn() — svelte Function Reference

circIn() — svelte Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/src/easing/index.js lines 92–94

export function circIn(t) {
	return 1.0 - Math.sqrt(1.0 - t * t);
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free