diff --git a/src/common/animations.less b/src/common/animations.less index d4e24bc6e..8c8c03179 100644 --- a/src/common/animations.less +++ b/src/common/animations.less @@ -52,21 +52,3 @@ .slide-left-exit { transform: translateX(100%); } - -@keyframes fade-in-no-motion { - 0% { - opacity: 0; - } - - 40% { - opacity: 0; - } - - 70% { - opacity: 0.6; - } - - 100% { - opacity: 1; - } -} \ No newline at end of file