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

react-kinetictext-effect

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-kinetictext-effect

A React component for applying motion and style effects to HTML text.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

React Kinetictext Effect

Kinetictext is a React component that applies motion and styling to targeted text. Each character of the target has the ability to follow a unique motion path along a tween profile and supports randomization. Properties of the tween profile include duration, delay, and easing. Character styles morph from an initial state, i.e. modified state, to their final state, i.e. default state. Tweenable style properties include scale, blur, translateZ, and opacity. The end result is an easy way to add compelling visual effects and choreography to static HTML text. As an option, unique Duration, Delay, Easing and Path parameters can be applied to each character. Parameters for Duration and Delay support functions. The component provides callbacks for Ready, Change, and Complete.

Features

  • Full React/Flux pattern
  • Callbacks for onReady, onChange, onComplete
  • Methods for animate and stage
  • Fluid layout
  • CSS Rich

Learn more

See the demo at http://www.uismithing.com/main/wares/kinetictext.

Repository

https://github.com/uismithing/react-kinetictext-effect

Install

npm install react-kinetictext-effect -s

Deploy

import Kinetictext from "react-kinetictext-effect"

<Kinetictext id="kinetictext-sample-container" ref="kinetictextsample" {...kinetictextSampleProfile}>
  <div id="sample-caption-container" className="sample-caption">
    sample
  </div>
</Kinetictext>

Keywords

FAQs

Package last updated on 10 Sep 2017

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