This commit is contained in:
afc163 2016-03-09 11:59:02 +08:00
parent 1c5bc26e9f
commit a553f6b299

View File

@ -76,7 +76,7 @@ class AntScrollNumber extends React.Component {
className: `${this.props.prefixCls}-only`,
style: {
transition: removeTransition && 'none',
webkitTransform: `translate3d(0, ${-position * height}px, 0)`,
WebkitTransform: `translate3d(0, ${-position * height}px, 0)`,
transform: `translate3d(0, ${-position * height}px, 0)`,
height,
},