All Projects → yardnsm → Ink Text Animation

yardnsm / Ink Text Animation

Licence: mit
A text animation component for Ink

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ink Text Animation

Colorful
A curated list of awesome resources to choose your next color scheme
Stars: ✭ 702 (+1110.34%)
Mutual labels:  colors
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+1577.59%)
Mutual labels:  colors
Chroma.js
JavaScript library for all kinds of color manipulations
Stars: ✭ 8,364 (+14320.69%)
Mutual labels:  colors
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (+1136.21%)
Mutual labels:  colors
Cl Ansi Text
Enables ANSI colors for printing.
Stars: ✭ 30 (-48.28%)
Mutual labels:  colors
Loreley
Simple and extensible colorizer for programs' output
Stars: ✭ 37 (-36.21%)
Mutual labels:  colors
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (+993.1%)
Mutual labels:  colors
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (-5.17%)
Mutual labels:  colors
Hsluv
Human-friendly HSL, reference implementation
Stars: ✭ 959 (+1553.45%)
Mutual labels:  colors
Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+1705.17%)
Mutual labels:  colors
Styled System
⬢ Style props for rapid UI development
Stars: ✭ 7,126 (+12186.21%)
Mutual labels:  colors
Irc Colors.js
Color and formatting for irc bots made easy. Inspired by colors.js and cli-color.
Stars: ✭ 26 (-55.17%)
Mutual labels:  colors
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-27.59%)
Mutual labels:  colors
Colored
(Rust) Coloring terminal so simple you already know how to do it !
Stars: ✭ 715 (+1132.76%)
Mutual labels:  colors
Materialdesigncolor
This project shows the color in material design
Stars: ✭ 55 (-5.17%)
Mutual labels:  colors
Flowing Gradient
Android Library to make a flowing gradient effect, similar to that used in Instagram Android login screen
Stars: ✭ 701 (+1108.62%)
Mutual labels:  colors
Vue Beautiful Chat
A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
Stars: ✭ 979 (+1587.93%)
Mutual labels:  colors
React Handy Renderer
✏️ Draw 2D primitives in sketchy style with React
Stars: ✭ 56 (-3.45%)
Mutual labels:  colors
Color Schemer
A React app to help you select a color scheme, built with styled-components and polished
Stars: ✭ 55 (-5.17%)
Mutual labels:  colors
React Marker
🖍️ Highlight keywords and add colors to your text.
Stars: ✭ 45 (-22.41%)
Mutual labels:  colors

ink-text-animation

Build Status

A text animation component for Ink

Install

$ npm install --save ink-text-animation

Usage

import { h, render, Text } from 'ink';
import TextAnimation from 'ink-text-animation';

render(
  <div>
    <TextAnimation>
      <Text>{`Look at me, I'm moving!`}</Text>
    </TextAnimation>
  </div>
);

API

<TextAnimation />

Accepts a string or an Ink component as children.

Props

name

Type: string
Default: rainbow
Values: rainbow pulse glitch radar neon

The name of the animation. You can find all the available animations in the chalk-animations README.

speed

Type: number
Default: 1

The speed of the animation.


License

MIT © Yarden Sod-Moriah

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].