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

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -