Home / Function/ addKeyframes() — tailwindcss Function Reference

addKeyframes() — tailwindcss Function Reference

Architecture documentation for the addKeyframes() function in theme.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  66e919c4_fe40_b8d7_6b2e_56cc04d55461["addKeyframes()"]
  734cf7ec_fb2a_2532_7b20_b3a815c7e3e6["Theme"]
  66e919c4_fe40_b8d7_6b2e_56cc04d55461 -->|defined in| 734cf7ec_fb2a_2532_7b20_b3a815c7e3e6
  3970218d_3d6c_e455_87cc_45b4a094f0e9["parseCss()"]
  3970218d_3d6c_e455_87cc_45b4a094f0e9 -->|calls| 66e919c4_fe40_b8d7_6b2e_56cc04d55461
  06ed9408_12cf_7ddd_a435_8cdd942de1d4["add()"]
  66e919c4_fe40_b8d7_6b2e_56cc04d55461 -->|calls| 06ed9408_12cf_7ddd_a435_8cdd942de1d4
  style 66e919c4_fe40_b8d7_6b2e_56cc04d55461 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/tailwindcss/src/theme.ts lines 295–297

  addKeyframes(value: AtRule): void {
    this.keyframes.add(value)
  }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does addKeyframes() do?
addKeyframes() is a function in the tailwindcss codebase, defined in packages/tailwindcss/src/theme.ts.
Where is addKeyframes() defined?
addKeyframes() is defined in packages/tailwindcss/src/theme.ts at line 295.
What does addKeyframes() call?
addKeyframes() calls 1 function(s): add.
What calls addKeyframes()?
addKeyframes() is called by 1 function(s): parseCss.

Analyze Your Own Codebase

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

Try Supermodel Free