{
    "name": "dnxte/scrolling-zoom-gallery",
    "title": "Scrolling Zoom Gallery",
    "titles": "Scrolling Zoom Galleries",
    "moduleIcon": "dnxte/NextScrollingZoomGallery",
    "category": "module",
    "childModuleName": "dnxte/scrolling-zoom-gallery-child",
    "childModuleTitle": "Scrolling Zoom Gallery Image",
    "childrenName": [
        "dnxte/scrolling-zoom-gallery-child"
    ],
    "folder": "divi-essential",
    "attributes": {
        "module": {
            "type": "object",
            "selector": "{{selector}}",
            "default": {
                "meta": {
                    "adminLabel": {
                        "desktop": {
                            "value": "Scrolling Zoom Gallery"
                        }
                    }
                }
            },
            "settings": {
                "innerContent": {},
                "decoration": {
                    "background": {},
                    "spacing": {},
                    "boxShadow": {},
                    "border": {}
                },
                "advanced": {
                    "htmlAttributes": {},
                    "customCss": {}
                }
            },
            "styleProps": {
                "border": {
                    "important": true
                },
                "spacing": {
                    "important": true
                }
            }
        },
        "scrollAnimation": {
            "type": "object",
            "selector": "{{selector}} .dnxte-scroll-zoom-init",
            "default": {
                "advanced": {
                    "sectionHeight": {
                        "desktop": {
                            "value": "80vh"
                        }
                    },
                    "perspective": {
                        "desktop": {
                            "value": "300"
                        }
                    },
                    "zoomDirection": {
                        "desktop": {
                            "value": "in"
                        }
                    },
                    "zDepthPerItem": {
                        "desktop": {
                            "value": "500"
                        }
                    },
                    "scrollSpeed": {
                        "desktop": {
                            "value": "150"
                        }
                    },
                    "scrubIntensity": {
                        "desktop": {
                            "value": "1"
                        }
                    },
                    "easing": {
                        "desktop": {
                            "value": "none"
                        }
                    },
                    "customEase": {
                        "desktop": {
                            "value": "0.25,0.1,0.25,1"
                        }
                    },
                    "reverseAnimation": {
                        "desktop": {
                            "value": "on"
                        }
                    },
                    "startOpacity": {
                        "desktop": {
                            "value": "0.5"
                        }
                    },
                    "hideScrollbar": {
                        "desktop": {
                            "value": "off"
                        }
                    },
                    "stickyOffset": {
                        "desktop": {
                            "value": "80px"
                        }
                    }
                }
            },
            "styleProps": {
                "background": {
                    "important": true
                },
                "border": {
                    "important": true
                },
                "boxShadow": {}
            }
        },
        "performance": {
            "type": "object",
            "selector": "{{selector}}",
            "default": {
                "advanced": {
                    "lazyLoad": {
                        "desktop": {
                            "value": "on"
                        }
                    },
                    "reducedMotion": {
                        "desktop": {
                            "value": "on"
                        }
                    },
                    "disableOnMobile": {
                        "desktop": {
                            "value": "off"
                        }
                    },
                    "gpuAcceleration": {
                        "desktop": {
                            "value": "on"
                        }
                    }
                }
            }
        },
        "image": {
            "type": "object",
            "selector": "{{selector}} .dnxte-szg-image",
            "default": {
                "innerContent": {
                    "desktop": {
                        "value": {
                            "src": "",
                            "alt": ""
                        }
                    }
                }
            },
            "settings": {
                "innerContent": {}
            },
            "styleProps": {
                "border": {
                    "important": true
                },
                "boxShadow": {}
            }
        },
        "title": {
            "type": "object",
            "selector": "{{selector}} .dnxte-szg-title",
            "default": {},
            "defaultPrintedStyle": {
                "decoration": {
                    "font": {
                        "font": {
                            "desktop": {
                                "value": {
                                    "size": "32px",
                                    "lineHeight": "1.3em",
                                    "weight": "700",
                                    "color": "#ffffff"
                                }
                            }
                        }
                    }
                }
            },
            "tagName": "h3",
            "attributes": {
                "class": "dnxte-szg-title"
            },
            "inlineEditor": "plainText",
            "elementType": "heading",
            "childrenSanitizer": "et_core_esc_previously"
        },
        "content": {
            "type": "object",
            "selector": "{{selector}} .dnxte-szg-description",
            "default": {},
            "defaultPrintedStyle": {
                "decoration": {
                    "font": {
                        "font": {
                            "desktop": {
                                "value": {
                                    "size": "16px",
                                    "lineHeight": "1.6em",
                                    "color": "rgba(255,255,255,0.85)"
                                }
                            }
                        }
                    }
                }
            },
            "tagName": "p",
            "attributes": {
                "class": "dnxte-szg-description"
            },
            "inlineEditor": "plainText",
            "elementType": "content",
            "childrenSanitizer": "et_core_esc_previously"
        },
        "button": {
            "type": "object",
            "selector": "{{selector}} .dnxte-szg-button",
            "default": {
                "innerContent": {
                    "desktop": {
                        "value": ""
                    }
                },
                "linkUrl": {
                    "desktop": {
                        "value": {
                            "linkUrl": "#",
                            "linkTarget": "_self"
                        }
                    }
                }
            },
            "tagName": "a",
            "attributes": {
                "class": "dnxte-szg-button"
            },
            "styleProps": {
                "background": {
                    "important": true
                },
                "border": {
                    "important": true
                },
                "spacing": {
                    "important": true
                }
            }
        }
    },
    "customCssFields": {
        "container": {
            "subName": "container",
            "selectorSuffix": " .dnxte-scroll-zoom-init"
        },
        "inner": {
            "subName": "inner",
            "selectorSuffix": " .dnxte-scroll-zoom-inner"
        },
        "item": {
            "subName": "item",
            "selectorSuffix": " .dnxte_scrolling_zoom_gallery_child"
        },
        "image": {
            "subName": "image",
            "selectorSuffix": " .dnxte-szg-image"
        },
        "title": {
            "subName": "title",
            "selectorSuffix": " .dnxte-szg-title"
        }
    }
}