{
  "name": "dnxte/animated-heading",
  "title": "Animated Heading",
  "titles": "Animated Headings",
  "moduleIcon": "dnxte/animated-heading",
  "category": "module",
  "folder": "divi-essential",
  "childModuleName": "dnxte/animated-heading-item",
  "childrenName": ["dnxte/animated-heading-item"],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Animated Heading"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}} .dnxte-animated-heading-container",
          "important": true
        },
        "border": {
          "selector": "{{selector}} .dnxte-animated-heading-container",
          "important": true
        },
        "boxShadow": {
          "selector": "{{selector}} .dnxte-animated-heading-container",
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte-animated-heading-container",
      "default": {
        "advanced": {
          "layoutMode": {
            "desktop": {
              "value": "split"
            }
          },
          "tagName": {
            "desktop": {
              "value": "h2"
            }
          },
          "prefix": {
            "desktop": {
              "value": "We are"
            }
          },
          "suffix": {
            "desktop": {
              "value": "."
            }
          }
        }
      }
    },
    "animation": {
      "type": "object",
      "selector": "{{selector}} .dnxte-animated-heading-rotator",
      "default": {
        "advanced": {
          "defaultType": {
            "desktop": {
              "value": "fade"
            }
          },
          "duration": {
            "desktop": {
              "value": "600ms"
            }
          },
          "interval": {
            "desktop": {
              "value": "2500ms"
            }
          },
          "easing": {
            "desktop": {
              "value": "ease-in-out"
            }
          },
          "pauseOnHover": {
            "desktop": {
              "value": "on"
            }
          },
          "loop": {
            "desktop": {
              "value": "on"
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "container": {
      "subName": "container",
      "selectorSuffix": " .dnxte-animated-heading-container"
    },
    "prefix": {
      "subName": "prefix",
      "selectorSuffix": " .dnxte-animated-heading-prefix"
    },
    "rotator": {
      "subName": "rotator",
      "selectorSuffix": " .dnxte-animated-heading-rotator"
    },
    "suffix": {
      "subName": "suffix",
      "selectorSuffix": " .dnxte-animated-heading-suffix"
    }
  }
}
