From 55a755f26e81d7595b00c8fc048ea86ee0d4099d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 14 Apr 2017 17:50:28 +0200 Subject: [PATCH] Adjust animation styles --- animate.scss | 4 ++-- styles.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/animate.scss b/animate.scss index fdb4402..e0a486b 100644 --- a/animate.scss +++ b/animate.scss @@ -9,8 +9,8 @@ */ .animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } diff --git a/styles.css b/styles.css index 499b4ba..6cfc8d1 100644 --- a/styles.css +++ b/styles.css @@ -260,8 +260,8 @@ article { * Copyright (c) 2016 Daniel Eden */ .animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; + -webkit-animation-duration: 0.2s; + animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }