jquery mobile - mmenu fixed header opens good, but closes without animation -


i'm working jquery mobile , mmenu.js jquery plugin. , i'm trying set header fixed. i've tried in 2 different ways:

1) jquery mobile option:

<div data-role="header" data-theme="a" data-position="fixed"> 

2) css:

<div data-role="header" data-theme="a" style="position: fixed; width: 100%;"> 

in both cases, can open menu correctly, header animation. when close it, close without animation, header appear.

thanks help!


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -