How would I go abouts making a tab group kinda like the new facebook app? Where you click a button on the toolbar and slides out the links
1 Answer
Accepted Answer
You can create a window/view that you can animate in and out upon button press. This obviously isn't a native component, but a custom one. Look in the Kitchen Sink demo in the window_standalone.js for the //ODD SHAPED WINDOW comment. This will give you an idea about how to create an odd shaped window, and animated upon some event in the current window.
Your Answer
Think you can help? Login to answer this question!