Ofogamvheqskw
New Member
If you go to my site: http://warringah-plastics.com.au/wplasticsyou can see as you hover over a menu item in the main navigation an indicator arrows shows up on top of it. Then when you move your mouse across the menu left to right the CSS transition is pretty smooth. But when you move from right to left the transition kind of snaps past the menu item and doesn't look nice. Currently I am applying this CSS to the nav li element:transition: all 0.5s ease-in-out 0s !important;I have tried experimenting with the hover CSS but no luck. Thanks in advance!