{
  "name": "dnxte/text-scroll",
  "title": "Text Scroll",
  "titles": "Text Scrolls",
  "moduleIcon": "dnxte/text-scroll",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Text Scroll"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        },
        "decoration": {}
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#1a1a2e"
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "scrollText": {
      "type": "object",
      "selector": "{{selector}} .scroll-text",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Scroll down to see each word fade in beautifully"
          }
        },
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "3rem",
                  "lineHeight": "1.4",
                  "weight": "600",
                  "letterSpacing": "0.05em",
                  "color": "#ffffff"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "3rem",
                  "lineHeight": "1.4",
                  "weight": "600",
                  "letterSpacing": "0.05em"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "bodyFont": {
          "selectors": {
            "desktop": {
              "value": "{{selector}} .scroll-text"
            }
          }
        },
        "spacing": {
          "important": true
        }
      }
    },
    "split": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "word"
          }
        }
      }
    },
    "effect": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "fade"
          }
        }
      }
    },
    "speed": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "normal"
          }
        }
      }
    },
    "easing": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "ease-out"
          }
        }
      }
    },
    "direction": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "normal"
          }
        }
      }
    },
    "scrollStart": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "100"
          }
        }
      }
    },
    "scrollEnd": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "20"
          }
        }
      }
    },
    "startColor": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "#999999"
          }
        }
      }
    },
    "endColor": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "#ffffff"
          }
        }
      }
    },
    "ghostColor": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": ""
          }
        }
      }
    },
    "blurAmount": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "10"
          }
        }
      }
    },
    "slideDistance": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "50"
          }
        }
      }
    },
    "scaleStart": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "0.5"
          }
        }
      }
    },
    "rotateAngle": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "180"
          }
        }
      }
    },
    "perspective": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "1000"
          }
        }
      }
    },
    "origin": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "center center"
          }
        }
      }
    },
    "stagger": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "0"
          }
        }
      }
    },
    "duration": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "1"
          }
        }
      }
    }
  },
  "customCssFields": {
    "scrollContainer": {
      "subName": "scrollContainer",
      "selectorSuffix": " .scroll-text-container"
    },
    "scrollText": {
      "subName": "scrollText",
      "selectorSuffix": " .scroll-text"
    },
    "scrollTextSpan": {
      "subName": "scrollTextSpan",
      "selectorSuffix": " .scroll-text-span"
    }
  },
  "settings": {
    "groups": {}
  }
}
