tasfe / tae-sdk-2

Automatically exported from code.google.com/p/tae-sdk-2
0 stars 0 forks source link

transition-duration: 0.25s; 当时间值带小数点时 单位's' 会被过滤掉! #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
.class {

    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
             -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
                   transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1)
}

保存后所有的  0.25s 会被输出为  0.25;
当时间为 整数   1s  时候输出是正常的。

希望可以尽快修复 :)  

Original issue reported on code.google.com by weijinr...@gmail.com on 22 Mar 2013 at 3:31

GoogleCodeExporter commented 9 years ago
为什么这个bug没人修复呢?也没有给回复...

Original comment by lo...@kamwing.net on 19 Apr 2013 at 8:54