Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions core/animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,28 +524,6 @@
}
}

@keyframes ease-kf-slide-image-exit {
from {
transform: translateX(0);
opacity: 1;
}

to {
transform: translateX(100%);
opacity: 0;
}
}

@keyframes ease-kf-shimmer-sweep {
0% {
background-position: -200% center;
}

100% {
background-position: 200% center;
}
}

@keyframes ease-kf-gradient-rotation {
0% {
background-position: 0% 50%;
Expand Down Expand Up @@ -700,11 +678,6 @@
animation: ease-kf-pulse-border-emphasis 1.5s var(--ease-ease) infinite;
}

.ease-slide-image-exit {
animation: ease-kf-slide-image-exit var(--ease-speed-medium) var(--ease-ease) both;

}

/* Bounce Text Emphasis
Standardized to: .ease-hover-bounce-text */
.ease-hover-bounce-text {
Expand All @@ -716,14 +689,6 @@
ease-kf-bounce-text var(--ease-speed-medium) var(--ease-ease-bounce);
}

.ease-shimmer-sweep {
background: linear-gradient(120deg,
transparent 30%,
rgba(255, 255, 255, 0.15) 50%,
transparent 70%);
background-size: 200% auto;
animation: ease-kf-shimmer-sweep var(--ease-speed-slow) var(--ease-ease) infinite;

.ease-squish-button:hover,
.ease-squish-button:focus-visible,
.ease-squish-button:active {
Expand Down
Loading