jquery - Responsive menu animation malfunction -
i've made responsive slide in menu. added code responsive view. it works this. default div.overlay , ul hidden. click on .triggerrm anchor, elements become class called .openrm , animates (with css-transition): .overlay makes black cover on body .triggerrm left position changed 0% 100% (with bit of margin , background change) ul right position gets changed 100% (hidden) 5em . all works charm on computer (win 7 + ff38). when looking android phone ul transition doesn't work. when button clicked, background pops @ end position without animation. the rest of animation work. any ideas?? here 's code: html <nav role="navigation"> <ul> <li><a href="#">link 1</a></li> <li><a href="#">link 2</a></li> <li><a href="#">link 3</a></li> <li><a href="#">link 4</a></...