1.0.0 • Published 5 years ago

react-native-gradient-loading v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

react-native-gradient-loading

运行效果

  • IOS
  • Android

安装

  • npm: npm install react-native-gradient-loading --save
  • Yarn: yarn add react-native-gradient-loading

link

  • 此组件依赖于react-native-svg,需要安装 react-native-svg, 运行 yarn add react-native-svg, 运行react-native link react-native-svg

    属性

  • 共有属性(即为Loading 属性)

    名字默认值类型描述
    size100numbersvg大小/画布的宽高/圆环的直径
    speed1200number动画时长
    linearGradientColor'red', 'blue'array渐变颜色
    start{ x: 0, y: 0 }object渐变开始坐标
    end{ x: 0, y: 0 }object渐变结束坐标
    ringWidth6number圆环的宽度
    showBackCircletruebool是否显示底色
    backCircleColor'#eee'color底部圆环颜色
    direction0number0 顺时针, -1 为逆时针
    strokeLinecap'round''square', 'round'是否圆角描边
  • Load 属性

    名字默认值类型描述
    initialNum0number动画开始数值
    targetNum100number最终显示数值
    startDirection'right''top', 'right', 'bottom', 'left'其实位置
    textStyleundefinedstyle文本样式
    textSpeed10number文字步进 此值尽量小
    percentage0.8number百分比,取值为 0~1
    useAnimationtruebool是否是有动画加载

    License

  • MIT

    如有问题加群:397885169