if ( this.position.left !== this.prevPosition.left ) {
            props.left = this.position.left + "px";
        }