Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae23e78 commit 0b9ad53Copy full SHA for 0b9ad53
dist/rzslider.js
@@ -990,6 +990,7 @@
990
var tick = {
991
selected: self.isTickSelected(value),
992
style: {
993
+ webkitTransform: translate + '(' + Math.round(position) + 'px)',
994
transform: translate + '(' + Math.round(position) + 'px)'
995
}
996
};
src/rzslider.js
@@ -994,6 +994,7 @@
997
998
999
1000
0 commit comments