mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-02 23:54:29 -06:00
reorder .css() and .show()
This commit is contained in:
parent
af6098b6b9
commit
2ac2982f25
@ -73,14 +73,7 @@
|
|||||||
position = $this.offset();
|
position = $this.offset();
|
||||||
_$trigger = findElement($this);
|
_$trigger = findElement($this);
|
||||||
|
|
||||||
(_$UI || build()).show(_options.animationSpeed, function() {
|
(_$UI || build()).css({
|
||||||
_$alpha._width = _$alpha.width();
|
|
||||||
_$xy_slider._width = _$xy_slider.width();
|
|
||||||
_$xy_slider._height = _$xy_slider.height();
|
|
||||||
_color.setColor(extractValue(_$trigger[0]));
|
|
||||||
|
|
||||||
preRender(true);
|
|
||||||
}).css({
|
|
||||||
'left': !(_$UI[0]._right = position.left + _$UI[0]._width >
|
'left': !(_$UI[0]._right = position.left + _$UI[0]._width >
|
||||||
$window.scrollLeft() + $window.width() ? 4 : '') ?
|
$window.scrollLeft() + $window.width() ? 4 : '') ?
|
||||||
position.left : '',
|
position.left : '',
|
||||||
@ -90,6 +83,13 @@
|
|||||||
position.top + $this.outerHeight() : '',
|
position.top + $this.outerHeight() : '',
|
||||||
'right': _$UI[0]._right,
|
'right': _$UI[0]._right,
|
||||||
'bottom': _$UI[0]._bottom
|
'bottom': _$UI[0]._bottom
|
||||||
|
}).show(_options.animationSpeed, function() {
|
||||||
|
_$alpha._width = _$alpha.width();
|
||||||
|
_$xy_slider._width = _$xy_slider.width();
|
||||||
|
_$xy_slider._height = _$xy_slider.height();
|
||||||
|
_color.setColor(extractValue(_$trigger[0]));
|
||||||
|
|
||||||
|
preRender(true);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
$(_$UI).hide(_options.animationSpeed, function() {
|
$(_$UI).hide(_options.animationSpeed, function() {
|
||||||
|
File diff suppressed because one or more lines are too long
2
jqColorPicker.min.js
vendored
2
jqColorPicker.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user