Skip to content

Commit

Permalink
34698 ship starting style ff release (mdn#34838)
Browse files Browse the repository at this point in the history
* added release note for @starting-style and updated experimental note

* Update files/en-us/mozilla/firefox/releases/129/index.md

Co-authored-by: Brian Thomas Smith <[email protected]>

* Update files/en-us/mozilla/firefox/experimental_features/index.md

Co-authored-by: Brian Thomas Smith <[email protected]>

---------

Co-authored-by: Brian Thomas Smith <[email protected]>
  • Loading branch information
dletorey and bsmth authored Jul 16, 2024
1 parent e2dd7ae commit 9618072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ For more details, see [Firefox bug 1823463](https://bugzil.la/1823463) for the `

### `@starting-style` at-rule

The CSS [`@starting-style`](/en-US/docs/Web/CSS/@starting-style) at-rule allows you to set the starting styles of an element for a CSS transition, when the element has no default initial style. This is particularly useful for elements that are hidden from view on the first paint such as [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) or ['dialog'](/en-US/docs/Web/HTML/Element/dialog). For more details, see [Firefox bug 1834876](https://bugzil.la/1834876).
The CSS [`@starting-style`](/en-US/docs/Web/CSS/@starting-style) at-rule allows you to set the starting styles of an element for a CSS transition, when the element has no default initial style. This is particularly useful for elements that are hidden from view on the first paint such as [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) or ['dialog'](/en-US/docs/Web/HTML/Element/dialog). Does not yet support animating from `display: none`. For more details, see [Firefox bug 1834876](https://bugzil.la/1834876) and [Firefox bug 1834877](https://bugzil.la/1834877).

<table>
<thead>
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/129/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This article provides information about the changes in Firefox 129 that affect d

### CSS

- The [@starting-style](/en-US/docs/Web/CSS/@starting-style) CSS at-rule is supported. This lets you define starting values for properties set on an element that you want to transition from when the element receives its first style update. Currently animating from `display: none;` is not supported ([Firefox bug 1834876](https://bugzil.la/1834876) and [Firefox bug 1834877](https://bugzil.la/1834877)).

#### Removals

### JavaScript
Expand Down

0 comments on commit 9618072

Please sign in to comment.