From e0486c50cb189b272bfcb0d1a0d8fe4dd91da784 Mon Sep 17 00:00:00 2001 From: Robert S Date: Fri, 23 Jul 2021 19:54:01 +0200 Subject: [PATCH] Remove animate.css --- assets/css/animate.css | 86 ------------------------------------------ index.html | 20 +++++----- 2 files changed, 9 insertions(+), 97 deletions(-) delete mode 100644 assets/css/animate.css diff --git a/assets/css/animate.css b/assets/css/animate.css deleted file mode 100644 index a037a27..0000000 --- a/assets/css/animate.css +++ /dev/null @@ -1,86 +0,0 @@ -@charset "UTF-8";/*! - * animate.css - https://animate.style/ - * Version - 4.1.1 - * Licensed under the MIT license - http://opensource.org/licenses/MIT - * - * Copyright (c) 2020 Animate.css - */ -:root { - --animate-duration: 1s; - --animate-delay: 1s; - --animate-repeat: 1; -} -.animate__animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-duration: var(--animate-duration); - animation-duration: var(--animate-duration); - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} -.animate__animated.animate__fast { - -webkit-animation-duration: calc(1s * 0.8); - animation-duration: calc(1s * 0.8); - -webkit-animation-duration: calc(var(--animate-duration) * 0.8); - animation-duration: calc(var(--animate-duration) * 0.8); -} -@media print, (prefers-reduced-motion: reduce) { - .animate__animated { - -webkit-animation-duration: 1ms !important; - animation-duration: 1ms !important; - -webkit-transition-duration: 1ms !important; - transition-duration: 1ms !important; - -webkit-animation-iteration-count: 1 !important; - animation-iteration-count: 1 !important; - } -} -/* Attention seekers */ -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ -/* Back entrances */ -/* Back exits */ -/* Bouncing entrances */ -/* Bouncing exits */ -/* Fading entrances */ -@-webkit-keyframes fadeInUp { - from { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} -@keyframes fadeInUp { - from { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} -.animate__fadeInUp { - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} -/* Fading exits */ -/* Flippers */ -/* Lightspeed */ -/* Rotating entrances */ -/* Rotating exits */ -/* Specials */ -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ -/* Zooming entrances */ -/* Zooming exits */ -/* Sliding entrances */ -/* Sliding exits */ diff --git a/index.html b/index.html index 81f0e2b..991da4b 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,6 @@ - @@ -38,7 +37,7 @@
-
+