Updated
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user