html - Sliding button [Ionic] -


so how can make slide button in picture below using ionic framework ?

enter image description here

awesome question!!

in css or web community in general called toggle button. according ionic's official website, call it, not results looking for.

here official code snippet:

<ion-toggle ng-model="airplanemode" toggle-class="toggle-calm">airplane mode</ion-toggle> 

and here official codepen goes it

and if have anymore of these related questions should check out official docs!

happy developing!

edit:

what wanting think isn't possible ionic, if find better solution share, seem stumped :/

edit2: starting conclude bad seems, isn't common e.g. ios, not finding in examples, standard toggle buttons. animation done though checkbox. checking it. looks different. may have engineer yourself. again add better solution if find one, now, don't think there way wish.


Comments