diff --git a/dist/css/ionic-scoped.css b/dist/css/ionic-scoped.css index dd1d3ff855..4874deab05 100644 --- a/dist/css/ionic-scoped.css +++ b/dist/css/ionic-scoped.css @@ -2125,7 +2125,7 @@ border-right: none; content: ''; opacity: 0; - transition: opacity 0.1s ease-in-out; + transition: opacity 0.05s ease-in-out; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .ionic .checkbox input:checked + .handle { diff --git a/dist/css/ionic.css b/dist/css/ionic.css index a706ff95ca..8566cbb822 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -2588,7 +2588,7 @@ input[type="checkbox"][readonly] { border-right: none; content: ''; opacity: 0; - transition: opacity 0.1s ease-in-out; + transition: opacity 0.05s ease-in-out; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .checkbox input:checked + .handle { diff --git a/scss/ionic/_checkbox.scss b/scss/ionic/_checkbox.scss index c1fe71a9b1..20ab8f0723 100644 --- a/scss/ionic/_checkbox.scss +++ b/scss/ionic/_checkbox.scss @@ -31,7 +31,7 @@ border-right: none; content: ''; opacity: 0; - transition: opacity .1s ease-in-out; + transition: opacity .05s ease-in-out; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); diff --git a/test/index.html b/test/index.html index a2cb854266..53cb0be74b 100644 --- a/test/index.html +++ b/test/index.html @@ -28,6 +28,7 @@

Input: Radio Buttons

Input: Range

Input: Select

+

Input: Checkbox

Input: Toggle

Lists

Modals

diff --git a/test/input-checkbox.html b/test/input-checkbox.html new file mode 100644 index 0000000000..12d5d4bf65 --- /dev/null +++ b/test/input-checkbox.html @@ -0,0 +1,42 @@ + + + + Input: Checkbox + + + + + + + +
+

Input: Checkbox

+
+ +
+ +
+ + + +
+ +
+ + +