summaryrefslogtreecommitdiff
path: root/examples/view-transitions/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Remove some examples (#12196)Gravatar Bjorn Lu 33-84121/+0
2024-05-01Fix typos (#10923)Gravatar Viktor Szépe 1-1/+1
2024-02-05Remove the same CSS properties (#9962)Gravatar ktym4a 1-3/+1
2024-01-02[ci] formatGravatar Houston (Bot) 1-1/+1
2023-11-01Fix ViewTransitions example (#8976)Gravatar Matthew Phillips 1-3/+1
2023-09-27[ci] formatGravatar matthewp 32-493/+83950
2023-09-27Add View Transitions announcer (#8621)Gravatar Matthew Phillips 33-0/+668
* Add View Transitions announcer * fix astro check * Append the text in a setTimeout * Use 60 for the timeout * Add comment on magic number * Add a changeset * Update .changeset/small-rules-relax.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Bring back announce logic * Remove mention of env file --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>