Need help with my navbar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help with my navbar

I don't know how to post code here, but even if I could I can't get the javascript/ JQuery to load properly in the playground even though it works fine in my chrome browser (I'm also using atom text editor if that helps?) I saved my code no my profile if you can see it there. My question is: how can I get my animation to work more than once? Right now when i click on my individual navbar tabs, they fall off the page in random directions downward. After they have been clicked once, they no longer spin for my @keyframe section in the CSS. I've tried even making it a separate class so i can call it every time i click and it still doesn't work. Any help would be greatly appreciated! thank you!

19th Jun 2018, 7:00 PM
Brent
Brent - avatar
2 Answers
20th Jun 2018, 1:45 AM
Tony
Tony - avatar
0
I think it's because when you click a tab the first time, it adds the css with the animation. When you click it again, it isn't treating it like a completely new animation. I think you should try a different approach, or find a way to remove the css each time you click, right before adding it again. I'm sure there's a jQuery function along these lines somewhere in its documentation.
20th Jun 2018, 5:42 AM
Zeke Williams
Zeke Williams - avatar