isValidDuration() — vue Function Reference
Architecture documentation for the isValidDuration() function in transition.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 461e09a3_b036_90c1_eaa2_96c1cdd85229["isValidDuration()"] ba54cdc9_f934_43fb_f1d2_3319595d4c1d["enter()"] ba54cdc9_f934_43fb_f1d2_3319595d4c1d -->|calls| 461e09a3_b036_90c1_eaa2_96c1cdd85229 bb5c970d_2e75_b59b_6ddf_fe4f60d2e887["leave()"] bb5c970d_2e75_b59b_6ddf_fe4f60d2e887 -->|calls| 461e09a3_b036_90c1_eaa2_96c1cdd85229 style 461e09a3_b036_90c1_eaa2_96c1cdd85229 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/platforms/web/runtime/modules/transition.ts lines 294–296
function isValidDuration(val) {
return typeof val === 'number' && !isNaN(val)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does isValidDuration() do?
isValidDuration() is a function in the vue codebase.
What calls isValidDuration()?
isValidDuration() is called by 2 function(s): enter, leave.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free