EveryOneEveryDay Posted January 26 Share Posted January 26 Hey, I have added coding to the top navigation bar logo to spin 360 degrees continual, using this code: .header-title-logo{ animation: rotation 5s infinite linear; } @keyframes rotation { from { transform: rotate(359deg); } to { transform: rotate(0deg); } } When looking at mobile view it's going crazy and moving across the full page - its fun but not what I want it to do. I would like it to do exactly what it does on desktop. I am new to coding so just finding my feet with it. Thanks Link to comment
JayVanDyke Posted January 26 Share Posted January 26 We'll need a link to your site and if it's still private set a site password so someone can take a look. ☕ Did I help you? Buy me a coffee! 👨💻 Bergen Design Co. 💻 I'm for hire on Upwork! 🕸️ Squarespace Experts 🖥️ 99Designs 🛠️ Web Designer's Toolkit **some of these contain affiliate links Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment