Skip to content

Commit 8a99306

Browse files
committed
Fix - css
1 parent 2dd5080 commit 8a99306

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.42",
4+
"version": "2.1.43",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

src/components/vue-ui-strip-plot.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,5 +668,14 @@ defineExpose({
668668
user-select: none;
669669
position: relative;
670670
}
671+
</style>
671672

673+
<style>
674+
.vue-ui-strip-plot-animated * {
675+
transition-property: cy, opacity ;
676+
transition-duration: 0.3s ;
677+
}
678+
.vue-ui-strip-plot-select-circle * {
679+
transition: all 0.1s ease-in-out !important;
680+
}
672681
</style>

src/vue-data-ui.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@
2121

2222
.vue-data-ui-zoom-minus {
2323
cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10, pointer;
24-
}
25-
26-
.vue-ui-strip-plot-animated * {
27-
transition-property: cy, opacity !important;
28-
transition-duration: 0.3s !important;
29-
}
30-
.vue-ui-strip-plot-select-circle * {
31-
transition: all 0.1s ease-in-out !important;
3224
}

0 commit comments

Comments
 (0)