언어 설정

Menu
Sites
Language
How to make a button as a slider.

In a Div. i have a  many button but i  want slide left or right using touch event and over flow also hidden..

Responses

4 댓글
Seoghyun Kang

Hello,

 

If you are developing the wearable web application using the TAU, you can use the "SWIPE LIST" in the TAU components.

You can find the detailed information at the following URL.

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.web.apireference/html/ui_fw_api/wearable/widgets/widget_swipelist.htm

 

If you want to see the sample, please check the UIComponent sample in the SDK.

Thanks.

ashish kumar

Dude, like a image slider i want to button slider i have 15 button in a one div and overflow hide..above ans. is not my question..

Alex Dem

Hi,
Maybe for your case Toggle Switch is applicable?
See Web App example->Flip Toggle Switch-> Text toggle switch

        <select name="flip-3" id="flip-3" data-role="slider">
            <option value="nope">Nope</option>
            <option value="yep">Yep</option>
        </select>

Alexey.

pius lee

I think you need "Drawer".

There are so many implementation of drawer is shown on Google.

http://outof.me/navigation-drawer-pattern-with-topcoat-css-library/

http://git.blivesta.com/drawer/

http://mac81.github.io/pure-drawer/

 

Just choose and use. :)