Jump to content
Search Community

Animation problem - mobile header

Cyprian test
Moderator Tag

Recommended Posts

I have a problem with animation open mobile  hamburger menu. Before open Logo is black, when menu is open I have logo is white. 

 

I have two logo, one is black and one is white: 

<div class="md:hidden flex absolute left-5 top-4" ref="m_menu_button_close" @click="close"><p class="text-white text-2xl font-mediu">LOGO</p></div>
.
 
<div class="text-2xl font-medium flex md:hidden logocolor" ref="m_logo">LOGO</div>
<style scoped>
.logocolor{
color: 'black';
}
</style>

 

How can I fix it ?

 

image.thumb.png.9ac96d9c19b73eb25f61ed98c8b93165.pngimage.png.e95395c8d7e93c7d4576410c9bda8e39.png

See the Pen nuxt by s (@s) on CodePen

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...