diff options
Diffstat (limited to 'src/components/Switch.css')
-rw-r--r-- | src/components/Switch.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Switch.css b/src/components/Switch.css new file mode 100644 index 0000000..e6dcf56 --- /dev/null +++ b/src/components/Switch.css @@ -0,0 +1,3 @@ +.vc-switch-slider { + transition: 100ms transform ease-in-out; +} |