@arisbh/marqueeck
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -16,2 +16,3 @@ export function MarqueeckTranslate(node, options) { | ||
currentX += direction === 'left' ? -currentSpeed / 60 : currentSpeed / 60; | ||
console.log(node); | ||
if (direction === 'left') { | ||
@@ -18,0 +19,0 @@ node.style.transform = `translateX(${-currentX}px)`; |
{ | ||
"name": "@arisbh/marqueeck", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Marqueeck is a custom and customizable marquee component for Sveltekit", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
12496
86