Update kute-dev.js

This commit is contained in:
thednp 2015-09-28 18:14:23 +03:00
parent c2d8f0805e
commit 641281daf5

View file

@ -422,7 +422,7 @@
var p, f = {}, el = this._el, to = this._vS, cs = this.gIS('transform'), deg = ['rotate','skew'], ax = ['X','Y','Z'];
for (p in to){
if ( _tf.indexOf(p) !== -1 ) {
if ( p === 'translateX' || p === 'translateY' || p === 'translateZ' ) {
if ( p === 'translateX' || p === 'translateY' || p === 'translateZ' || p === 'translate3d' ) {
if ( cs[p] !== undefined ) {
f[p] = cs[p]
} else if ( cs['translate3d'] !== undefined ) {