Your IP : 216.73.217.167


Current Path : /home/eolienneia/www/templates/yootheme/vendor/yootheme/builder/config/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/vendor/yootheme/builder/config/customizer.json

{
    "@import": [
        "../../builder-source/config/customizer.json",
        "../../builder-${app.platform}/config/customizer.json"
    ],
    "sections": {
        "builder": {
            "title": "Builder",
            "heading": false,
            "width": 500,
            "priority": 20,
            "prefix": "page#"
        }
    },
    "panels": {
        "builder-parallax": {
            "title": "Parallax",
            "width": 500,
            "fields": {
                "parallax_x": {
                    "type": "grid",
                    "width": "1-2",
                    "fields": {
                        "parallax_x_start": {
                            "label": "Horizontal Start",
                            "type": "range",
                            "attrs": {
                                "min": -600,
                                "max": 600,
                                "step": 10
                            }
                        },
                        "parallax_x_end": {
                            "label": "Horizontal End",
                            "type": "range",
                            "attrs": {
                                "min": -600,
                                "max": 600,
                                "step": 10
                            }
                        }
                    }
                },
                "parallax_y": {
                    "type": "grid",
                    "width": "1-2",
                    "fields": {
                        "parallax_y_start": {
                            "label": "Vertical Start",
                            "type": "range",
                            "attrs": {
                                "min": -600,
                                "max": 600,
                                "step": 10
                            }
                        },
                        "parallax_y_end": {
                            "label": "Vertical End",
                            "type": "range",
                            "attrs": {
                                "min": -600,
                                "max": 600,
                                "step": 10
                            }
                        }
                    }
                },
                "parallax_scale": {
                    "type": "grid",
                    "width": "1-2",
                    "fields": {
                        "parallax_scale_start": {
                            "label": "Scale Start",
                            "type": "range",
                            "attrs": {
                                "min": 0.5,
                                "max": 2,
                                "step": 0.1
                            }
                        },
                        "parallax_scale_end": {
                            "label": "Scale End",
                            "type": "range",
                            "attrs": {
                                "min": 0.5,
                                "max": 2,
                                "step": 0.1
                            }
                        }
                    }
                },
                "parallax_rotate": {
                    "type": "grid",
                    "width": "1-2",
                    "fields": {
                        "parallax_rotate_start": {
                            "label": "Rotate Start",
                            "type": "range",
                            "attrs": {
                                "min": 0,
                                "max": 360,
                                "step": 10
                            }
                        },
                        "parallax_rotate_end": {
                            "label": "Rotate End",
                            "type": "range",
                            "attrs": {
                                "min": 0,
                                "max": 360,
                                "step": 10
                            }
                        }
                    }
                },
                "parallax_opacity": {
                    "type": "grid",
                    "width": "1-2",
                    "fields": {
                        "parallax_opacity_start": {
                            "label": "Opacity Start",
                            "type": "range",
                            "attrs": {
                                "min": 0,
                                "max": 1,
                                "step": 0.1
                            }
                        },
                        "parallax_opacity_end": {
                            "label": "Opacity End",
                            "type": "range",
                            "attrs": {
                                "min": 0,
                                "max": 1,
                                "step": 0.1
                            }
                        }
                    }
                },
                "parallax_easing": {
                    "label": "Easing",
                    "description": "Set the animation easing. Zero transitions at an even speed, a positive value starts off quickly while a negative value starts off slowly.",
                    "type": "range",
                    "attrs": {
                        "min": -2,
                        "max": 2,
                        "step": 0.1
                    }
                },
                "parallax_viewport": {
                    "label": "Viewport",
                    "description": "Set the animation end point relative to viewport height, e.g. <code>0.5</code> for 50% of the viewport",
                    "type": "range",
                    "attrs": {
                        "min": 0.1,
                        "max": 1,
                        "step": 0.1
                    }
                },
                "parallax_target": {
                    "label": "Target",
                    "type": "checkbox",
                    "text": "Animate the element as long as the section is visible"
                },
                "parallax_zindex": {
                    "label": "Z Index",
                    "type": "checkbox",
                    "text": "Set a higher stacking order."
                },
                "parallax_breakpoint": {
                    "label": "Breakpoint",
                    "description": "Display the parallax effect only on this device width and larger.",
                    "type": "select",
                    "options": {
                        "Always": "",
                        "Small (Phone Landscape)": "s",
                        "Medium (Tablet Landscape)": "m",
                        "Large (Desktop)": "l",
                        "X-Large (Large Screens)": "xl"
                    }
                }
            }
        }
    }
}