Skip to content

Commit

Permalink
Update feature list for CSS Transitions module (#38110)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Feb 12, 2025
1 parent 13d52ec commit 32a1f3f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion files/en-us/web/css/css_transitions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: CSS transitions
slug: Web/CSS/CSS_transitions
page-type: css-module
spec-urls: https://drafts.csswg.org/css-transitions/
spec-urls:
- https://drafts.csswg.org/css-transitions/
- https://drafts.csswg.org/css-transitions-2/
---

{{CSSRef}}
Expand All @@ -14,6 +16,7 @@ The **CSS transitions** module lets you create gradual transitions between the v
### Properties

- {{cssxref("transition")}}
- {{cssxref("transition-behavior")}}
- {{cssxref("transition-delay")}}
- {{cssxref("transition-duration")}}
- {{cssxref("transition-property")}}
Expand All @@ -23,6 +26,10 @@ The **CSS transitions** module lets you create gradual transitions between the v

- {{cssxref("@starting-style")}}

### Interfaces

- {{domxref("CSSStartingStyleRule")}}

## Guides

- [Using CSS transitions](/en-US/docs/Web/CSS/CSS_transitions/Using_CSS_transitions)
Expand Down

0 comments on commit 32a1f3f

Please sign in to comment.