Posts by J. Will • 21 points
1 post
-
2
votes3
answers468
viewsA: Menu button with "toggle" event
You can implement the transitions in the element using :active to detect the click. Follows a north. #menu:active { transition-property: property; transition-duration: duration;…