material-design/css/material.css
authoredward <edward@roojs.com>
Wed, 30 Sep 2015 05:02:10 +0000 (13:02 +0800)
committeredward <edward@roojs.com>
Wed, 30 Sep 2015 05:02:10 +0000 (13:02 +0800)
material-design/css/material.css

index 3ab17c6..11ad0ba 100644 (file)
@@ -4934,7 +4934,7 @@ fieldset[disabled] .form-control.focus:disabled,
   pointer-events: none;
   left: 0px;
   top: 5px;
-  transition: 0.3s ease all;
+  /*transition: 0.3s ease all;*/
 }
 .form-control-wrapper .floating-label {
   font-size: 14px;
@@ -7783,8 +7783,8 @@ hr.on-light {
   border-radius: 2px;
   box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
   height: 0;
-  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
-  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
+  /*transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;*/
+  /*transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;*/
   -webkit-transform: translateY(200%);
       -ms-transform: translateY(200%);
           transform: translateY(200%);
@@ -7793,8 +7793,8 @@ hr.on-light {
   padding: 14px 15px;
   margin-bottom: 20px;
   height: auto;
-  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
-  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
+  /*transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;*/
+  /*transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;*/
   -webkit-transform: none;
       -ms-transform: none;
           transform: none;