There is a code https://jsfiddle.net/1gu1v13h/
HTML
<div id="wrapper"><!-- <h3>CSS3 Animated Menu Toggle Icon</h3> --> <a id="nav-toggle" href="#"><span></span></a> </div>
by clicking on the menu icon, the icon itself changes slightly and I want to make the menu go right-to-left (horizontally). How to implement it?