{
  "name": "dnxte/text-color-motion",
  "d4Shortcode": "dnxte_text_color_motion",
  "title": "Text Color Motion",
  "titles": "Text Color Motion",
  "folder": "divi-essential",
  "moduleIcon": "dnxte/NextTextColorMotion",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Text Color Motion"
            }
          }
        }
      }
    },
    "colorMotionText": {
      "type": "object",
      "default": {
        "advanced": {
          "colorMotionStyle": {
            "desktop": {
              "value": "dnxt-grdnt-text-animation"
            }
          },
          "motionDuration": {
            "desktop": {
              "value": "0s"
            }
          },
          "colorOne": {
            "desktop": {
              "value": "#0077FF"
            }
          },
          "colorTwo": {
            "desktop": {
              "value": "#772ADB"
            }
          },
          "colorThree": {
            "desktop": {
              "value": "#00e1ff"
            }
          },
          "colorFour": {
            "desktop": {
              "value": "#ff23da"
            }
          },
          "gradientType": {
            "desktop": {
              "value": "linear-gradient"
            }
          },
          "gradientLinerDirection": {
            "desktop": {
              "value": "45deg"
            }
          },
          "gradientRadialDirection": {
            "desktop": {
              "value": "circle at center"
            }
          },
          "colorOnePos": {
            "desktop": {
              "value": "0%"
            }
          },
          "colorTwoPos": {
            "desktop": {
              "value": "30%"
            }
          },
          "colorThreePos": {
            "desktop": {
              "value": "50%"
            }
          },
          "colorFourPos": {
            "desktop": {
              "value": "90%"
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "spacing": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxt-grdnt-text-animation_font",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true
                }
              }
            }
          }
        },
        "spacing": {
          "important": {
            "margin": {
              "desktop": {
                "value": {
                  "top": true,
                  "right": true,
                  "bottom": true,
                  "left": true
                }
              }
            },
            "padding": {
              "desktop": {
                "value": {
                  "top": true,
                  "right": true,
                  "bottom": true,
                  "left": true
                }
              }
            }
          }
        },
        "border": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "colorMotionText": {
      "subName": "colorMotionText",
      "selectorSuffix": " .dnxt-grdnt-text-animation_font"
    }
  }
}
