@ziadshalaby/ngx-zs-component 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -621,15 +621,15 @@ class Card {
|
|
|
621
621
|
const animation = this.animation();
|
|
622
622
|
const visible = this.isVisible();
|
|
623
623
|
const animateMap = {
|
|
624
|
-
'top': 'zs
|
|
625
|
-
'bottom': 'zs
|
|
624
|
+
'top': 'zs:-translate-y-8',
|
|
625
|
+
'bottom': 'zs:translate-y-8',
|
|
626
626
|
'left': 'zs:-translate-x-8',
|
|
627
627
|
'right': 'zs:translate-x-8',
|
|
628
|
-
'top-left': 'zs
|
|
629
|
-
'top-right': 'zs
|
|
630
|
-
'bottom-left': 'zs
|
|
631
|
-
'bottom-right': 'zs
|
|
632
|
-
'none': ''
|
|
628
|
+
'top-left': 'zs:-translate-y-8 zs:-translate-x-8',
|
|
629
|
+
'top-right': 'zs:-translate-y-8 zs:translate-x-8',
|
|
630
|
+
'bottom-left': 'zs:translate-y-8 zs:-translate-x-8',
|
|
631
|
+
'bottom-right': 'zs:translate-y-8 zs:translate-x-8',
|
|
632
|
+
'none': ''
|
|
633
633
|
};
|
|
634
634
|
if (visible) {
|
|
635
635
|
return `zs:opacity-100
|