Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 32da999

Browse files
authored
FIX: less generic animation names (#1243)
1 parent 8b573fe commit 32da999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/stylesheets/modules/ai-bot/common/ai-artifact.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@keyframes remove {
1+
@keyframes artifact-remove {
22
to {
33
height: 0;
44
overflow: hidden;
55
}
66
}
77

8-
@keyframes fade {
8+
@keyframes artifact-fade {
99
to {
1010
opacity: 0;
1111
}
@@ -92,8 +92,8 @@ html.ai-artifact-expanded {
9292
display: block;
9393
position: absolute;
9494
animation:
95-
fade 0.75s forwards,
96-
remove 1s forwards;
95+
artifact-fade 0.75s forwards,
96+
artifact-remove 1s forwards;
9797
animation-delay: 4s;
9898
background-color: var(--primary);
9999
opacity: 0.9;

0 commit comments

Comments
 (0)