mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-24 16:42:15 +00:00
FIX: less generic animation names (#1243)
This commit is contained in:
parent
8b573fe743
commit
32da999144
@ -1,11 +1,11 @@
|
|||||||
@keyframes remove {
|
@keyframes artifact-remove {
|
||||||
to {
|
to {
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fade {
|
@keyframes artifact-fade {
|
||||||
to {
|
to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
@ -92,8 +92,8 @@ html.ai-artifact-expanded {
|
|||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
animation:
|
animation:
|
||||||
fade 0.75s forwards,
|
artifact-fade 0.75s forwards,
|
||||||
remove 1s forwards;
|
artifact-remove 1s forwards;
|
||||||
animation-delay: 4s;
|
animation-delay: 4s;
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user