Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/sections/home.css')
-rw-r--r--static/css/sections/home.css19
1 files changed, 1 insertions, 18 deletions
diff --git a/static/css/sections/home.css b/static/css/sections/home.css
index 8024f19..0e995f8 100644
--- a/static/css/sections/home.css
+++ b/static/css/sections/home.css
@@ -66,24 +66,7 @@
}
.bounce {
- -webkit-animation: bounce 2s infinite;
- animation: bounce 2s infinite;
-}
-
-@-webkit-keyframes bounce {
- 0%,
- 20%,
- 50%,
- 80%,
- 100% {
- transform: translateY(0);
- }
- 40% {
- transform: translateY(-30px);
- }
- 60% {
- transform: translateY(-15px);
- }
+ animation: bounce 2s infinite;
}
@keyframes bounce {