olla.gr - AI Rocket Edition
AI
/* Rocket Flames - appear during launch */ .ai-rocket-flames { position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 20px; height: 0; opacity: 0; animation: flames-ignite 10s ease-in-out infinite; } /* Individual flame particles */ .flame { position: absolute; bottom: 0; left: 50%; width: 4px; height: 8px; background: linear-gradient(to top, #ff6b00, #ffed00, transparent); border-radius: 50% 50% 0 0; transform: translateX(-50%); animation: flame-flicker 0.3s ease-in-out infinite alternate; } .flame:nth-child(1) { left: 30%; animation-delay: 0s; } .flame:nth-child(2) { left: 50%; height: 12px; animation-delay: 0.1s; } .flame:nth-child(3) { left: 70%; animation-delay: 0.2s; } /* Smoke trail during launch */ .ai-rocket-smoke { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 3px; height: 15px; background: linear-gradient(to top, rgba(200, 200, 200, 0.4), transparent); border-radius: 50%; opacity: 0; animation: smoke-trail 10s ease-in-out infinite; } /* Rocket Launch Animation - SpaceX style! */ @keyframes rocket-launch { /* 0-8s: Sitting on logo, visible */ 0%, 80% { transform: translate(0, 0) rotate(0deg); opacity: 1; } /* 8-8.3s: Ignition shake */ 80.5% { transform: translate(0, 2px) rotate(-1deg); } 81% { transform: translate(0, -2px) rotate(1deg); } /* 8.3-9s: Liftoff! */ 81%, 85% { transform: translate(0, 0) rotate(0deg); opacity: 1; } /* 9-10s: Shoots up and out of screen */ 85%, 90% { transform: translate(20px, -200px) rotate(15deg); opacity: 1; } /* 10-11s: Out of screen (2 seconds) */ 90%, 100% { transform: translate(40px, -400px) rotate(20deg); opacity: 0; } /* Resets to 0% automatically - booster returns! */ } /* Flames Animation */ @keyframes flames-ignite { /* No flames at rest */ 0%, 80% { height: 0; opacity: 0; } /* Ignition starts */ 80.5% { height: 8px; opacity: 0.6; } /* Full thrust! */ 81%, 90% { height: 15px; opacity: 1; } /* Flames die as rocket leaves */ 90%, 100% { height: 5px; opacity: 0; } } /* Smoke Trail Animation */ @keyframes smoke-trail { 0%, 80% { opacity: 0; height: 0; } 81%, 88% { opacity: 0.5; height: 25px; } 88%, 100% { opacity: 0; height: 35px; } } /* Flame Flicker */ @keyframes flame-flicker { 0% { transform: translateX(-50%) scaleY(1); opacity: 0.8; } 100% { transform: translateX(-50%) scaleY(1.2); opacity: 1; } } /* Responsive adjustments */ @media (max-width: 768px) { .ai-logo-rocket { font-size: 9px; padding: 2px 6px; right: -8px; top: -6px; } .flame { width: 3px; height: 6px; } @keyframes rocket-launch { 0%, 80% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 85%, 90% { transform: translate(15px, -150px) rotate(15deg); opacity: 1; } 90%, 100% { transform: translate(30px, -300px) rotate(20deg); opacity: 0; } } }
olla.gr - AI Rocket Edition
AI

Gradient logo mobile

Προϊόντα που Βρέθηκαν: 1842