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
Post a Comment