Intel AppFramework overlay menu

142 views Asked by At

I am new to Intel's APPFramework

At present Side Menu is working like Push. Is there an overlay option available or need to modify the css to achieve overlay side menu

Thanks in advance

1

There are 1 answers

1
Ian Maffett On

Right now there is only push. App Framework 3.0 https://github.com/01org/appframework/tree/3.0beta has more transitions (overaly, push, reveal).

http://app-framework-software.intel.com/30

Also, it's not modifying CSS. It uses JavaScript for animation (due to Android 2.3 support). https://github.com/01org/appframework/blob/master/ui/appframework.ui.js#L701