Navigationbar mixin theme question

0
0

Hi!

I’d like to change the appearance of the navigationbar and for this I’ve created a mixin theme. This works great, however, I wish to change the behavior of the selected item appearance. Currently the selected item has a color which I only want for a set amount of time. Just to create a sort of pushed animation. I’m sure this is possible but I just don’t know how.

example:

Item BackColor = white

Item selectedColor = gray

When a user clicks on an item I want the item to be gray fading back to white

 

Hope you can help!

Thanks,

Vincent

  • You must to post comments
0
0

Hi Vincent

Please, try the attached mixin theme

On it there is this change

"styles": {

“css”: “{ \”transition\”: \”background-color 1s linear\” }”

},

HTH

regards

  • You must to post comments
0
0

Hi Paul, I have attached a sample demonstrating what I’m looking for in a theme. The sample is slow but hopefully it’s enough to show what I mean.

Thanks!

  • You must to post comments
0
0

Hi Vencent

Could you please, put an image with what you have in mind ?

thanks

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.