File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default {
8585 title : tipFormatter ? tipFormatter ( value ) : '' ,
8686 visible,
8787 placement : 'top' ,
88- transitionName : 'zoom-down ' ,
88+ transitionName : 'fade ' ,
8989 } ,
9090 key : index ,
9191 }
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ import addEventListener from '../../_util/Dom/addEventListener'
33import BaseMixin from '../../_util/BaseMixin'
44import { getOptionProps } from '../../_util/props-util'
55
6- function noop ( ) { }
7-
86export default {
97 name : 'Handle' ,
108 mixins : [ BaseMixin ] ,
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ export default function createSliderWithTooltip (Component) {
5151
5252 const tooltipProps = {
5353 props : {
54+ ...restTooltipProps ,
5455 prefixCls,
5556 overlay,
5657 placement,
5758 visible : ( ! disabled && ( this . visibles [ index ] || dragging ) ) || visible ,
58- ...restTooltipProps ,
5959 } ,
6060 key : index ,
6161 }
You can’t perform that action at this time.
0 commit comments