From b3fbc3b2521743c65b078c0a9dcfcd886c3fb437 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Fri, 27 Sep 2024 14:42:03 +0200 Subject: [PATCH] animation --- static/homepage.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index 35d2d09..acbd861 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -355,11 +355,11 @@ transition: all 0.5s linear; } .homepage-content-img10 { - top: 8000px; - width: 400px; + top: 8950px; + width: 500px; height: 500px; - transform: translate(80%); - background: linear-gradient(180deg, rgba(198, 235, 232, 0.00) 0%, rgba(198, 235, 232, 0.30) 100%), url(https://static.igem.wiki/teams/5054/endosymbiosis-animation.gif), 0px -70.565px / 100% 129.911% no-repeat; + transform: translateX(-60.5%); + background: url(https://static.igem.wiki/teams/5054/endosymbiosis-animation.gif); opacity: 0; transition: all 0.5s linear; /* max-width: 50%; */ -- GitLab