File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 990990 var tick = {
991991 selected : self . isTickSelected ( value ) ,
992992 style : {
993- webkitTransform : translate + '(' + Math . round ( position ) + 'px)' ,
994- transform : translate + '(' + Math . round ( position ) + 'px)'
993+ '--webkit-transform' : translate + '(' + Math . round ( position ) + 'px)' ,
994+ ' transform' : translate + '(' + Math . round ( position ) + 'px)'
995995 }
996996 } ;
997997 if ( tick . selected && self . options . getSelectionBarColor ) {
Original file line number Diff line number Diff line change 994994 var tick = {
995995 selected : self . isTickSelected ( value ) ,
996996 style : {
997- webkitTransform : translate + '(' + Math . round ( position ) + 'px)' ,
998- transform : translate + '(' + Math . round ( position ) + 'px)'
997+ '--webkit-transform' : translate + '(' + Math . round ( position ) + 'px)' ,
998+ ' transform' : translate + '(' + Math . round ( position ) + 'px)'
999999 }
10001000 } ;
10011001 if ( tick . selected && self . options . getSelectionBarColor ) {
You can’t perform that action at this time.
0 commit comments