{
  "name": "dnxte/svg-animator",
  "d4Shortcode": "",
  "title": "SVG Animator",
  "titles": "SVG Animators",
  "moduleIcon": "dnxte/svg-animator",
  "moduleClassName": "svg_animator",
  "moduleOrderClassName": "svg_animator",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "styleProps": {
        "border": { "important": true },
        "spacing": { "important": true }
      },
      "settings": {
        "meta": { "adminLabel": {} },
        "advanced": {
          "link": {},
          "text": {},
          "htmlAttributes": {}
        },
        "decoration": {
          "attributes": {},
          "background": {},
          "sizing": {},
          "spacing": {},
          "border": {},
          "boxShadow": {},
          "filters": {},
          "transform": {},
          "animation": {},
          "overflow": {},
          "disabledOn": {},
          "transition": {},
          "position": {},
          "zIndex": {},
          "scroll": {},
          "sticky": {}
        }
      }
    },
    "svgSource": {
      "type": "object",
      "default": {
        "innerContent": {
          "useSvgCode": {
            "desktop": {
              "value": "off"
            }
          },
          "src": {
            "desktop": {
              "value": ""
            }
          },
          "svgCode": {
            "desktop": {
              "value": ""
            }
          }
        }
      }
    },
    "animationSettings": {
      "type": "object",
      "default": {
        "innerContent": {
          "animationType": {
            "desktop": {
              "value": "delayed"
            }
          },
          "timingFunction": {
            "desktop": {
              "value": "ease"
            }
          },
          "speed": {
            "desktop": {
              "value": "200"
            }
          },
          "delay": {
            "desktop": {
              "value": "0"
            }
          },
          "loop": {
            "desktop": {
              "value": "off"
            }
          },
          "unlimited": {
            "desktop": {
              "value": "on"
            }
          },
          "loopCount": {
            "desktop": {
              "value": "3"
            }
          },
          "trigger": {
            "desktop": {
              "value": "off"
            }
          },
          "triggerType": {
            "desktop": {
              "value": "inViewport"
            }
          }
        }
      }
    },
    "svgSettings": {
      "type": "object",
      "default": {
        "innerContent": {
          "svgColor": {
            "desktop": {
              "value": ""
            }
          },
          "svgFillColor": {
            "desktop": {
              "value": ""
            }
          },
          "svgWidth": {
            "desktop": {
              "value": ""
            }
          },
          "svgHeight": {
            "desktop": {
              "value": ""
            }
          },
          "svgLineWidth": {
            "desktop": {
              "value": ""
            }
          }
        }
      }
    }
  },
  "settings": {
    "content": "manual",
    "design": "manual",
    "advanced": "manual"
  }
}
