New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-gradient-loading

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gradient-loading

svg react-native loading linerGradient

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-native-gradient-loading

运行效果

  • IOS

    react-native-gradient-loading
  • Android

    react-native-gradient-loading

安装

  • npm: npm install react-native-gradient-loading --save
  • Yarn: yarn add react-native-gradient-loading
  • 此组件依赖于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

如有问题加群:397885169

Keywords

FAQs

Package last updated on 14 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc