Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-text-ticker

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-text-ticker - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

react-native-text-ticker.d.ts

3

package.json
{
"name": "react-native-text-ticker",
"version": "0.19.0",
"version": "0.20.0",
"description": "React Native Text Ticker/Marquee Component",
"main": "index.js",
"types": "react-native-text-ticker.d.ts",
"directories": {

@@ -7,0 +8,0 @@ "example": "example"

@@ -39,3 +39,3 @@ # react-native-text-ticker

return(
<View style={style.container}>
<View style={styles.container}>
<TextTicker

@@ -72,3 +72,3 @@ style={{ fontSize: 24 }}

| duration | number | true | `150ms` * length of string | Number of milliseconds until animation finishes
| scrollingSpeed | number | true | 50 | Describes how fast the bounce animation moves. Effective when duration is not set. When effective, the duration will depends on the width of text and screen width
| scrollingSpeed | number | true | 50 | Describes how fast the bounce animation moves. Effective when duration is not set.
| animationType | string | true | 'auto' | one of the values from 'auto', 'scroll', 'bounce'

@@ -75,0 +75,0 @@ | loop | boolean | true | true | Infinitely scroll the text, effective when animationType is 'auto'

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