Skip to content

Commit

Permalink
remove animation from overlay (#1847)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Rohan <rohan@github.com>
  • Loading branch information
keithamus and jonrohan authored Feb 28, 2023
1 parent b69071b commit 16b1626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-seas-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Remove animation from Overlay component
1 change: 0 additions & 1 deletion app/components/primer/alpha/overlay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def initialize(
@system_arguments[:classes] = class_names(
"Overlay",
SIZE_MAPPINGS[fetch_or_fallback(SIZE_OPTIONS, size, DEFAULT_SIZE)],
"Overlay--motion-scaleFade",
system_arguments[:classes]
)
@system_arguments[:tag] = "anchored-position"
Expand Down

0 comments on commit 16b1626

Please sign in to comment.