This commit is contained in:
marzban-dev
2025-06-02 14:48:57 +03:30
parent 58942116e2
commit e124a04f7f
@@ -39,7 +39,7 @@ const limitedColors = computed(() => {
});
const parallaxStyle = computed(() => {
if (!isMobile.value && isMouseOutsideContainer.value) {
if (isMobile.value || isMouseOutsideContainer.value) {
return {
transform: `rotateX(0deg) rotateY(0deg)`,
transition: "0.3s ease-out all",