All Projects → khushit-shah → WriteIt.js

khushit-shah / WriteIt.js

Licence: MIT license
Light weight JavaScript library for text writing effect.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WriteIt.js

React Cursor Position
A React component that decorates its children with mouse and touch coordinates relative to itself.
Stars: ✭ 136 (+466.67%)
Mutual labels:  cursor
AndroidEasySQL-Library
An Easier & Lazier approach to SQL database for Android
Stars: ✭ 28 (+16.67%)
Mutual labels:  cursor
nfJson
Provides a set of fast performance, reliable and easy to use Json functions using pure VFP
Stars: ✭ 40 (+66.67%)
Mutual labels:  cursor
Hideit.sh
Automagically hide/show a window by its name when the cursor is within a defined region or you mouse over it.
Stars: ✭ 171 (+612.5%)
Mutual labels:  cursor
Resourcelib
C# File Resource Management Library
Stars: ✭ 197 (+720.83%)
Mutual labels:  cursor
SQLiteHelper
🗄 This project comes in handy when you want to write a sql statement easily and smarter.
Stars: ✭ 57 (+137.5%)
Mutual labels:  cursor
Naturalmousemotion
This library provides a way to move cursor to specified coordinates on screen reliably, while being randomly arced to look like real hand moved it there by using a mouse. The default settings should look good enough for most cases, but if user wishes, they can heavily customize the settings and implementations responsible for the trajectory of the cursor for specific use cases.
Stars: ✭ 117 (+387.5%)
Mutual labels:  cursor
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (+66.67%)
Mutual labels:  cursor
Unclutter Xfixes
A rewrite of unclutter using the x11-xfixes extension
Stars: ✭ 236 (+883.33%)
Mutual labels:  cursor
mongoose-aggregate-paginate-v2
A cursor based custom aggregate pagination library for Mongoose with customizable labels.
Stars: ✭ 103 (+329.17%)
Mutual labels:  cursor
Smos
A comprehensive self-management System
Stars: ✭ 179 (+645.83%)
Mutual labels:  cursor
Nedb Promises
A dead-simple promise wrapper for nedb.
Stars: ✭ 190 (+691.67%)
Mutual labels:  cursor
Kursor
Cursor style with javascript and css
Stars: ✭ 140 (+483.33%)
Mutual labels:  cursor
Metago
MetaGo provides fast cursor movement/selection for keyboard focused users in vscode
Stars: ✭ 151 (+529.17%)
Mutual labels:  cursor
go-paginate
Cursor-based go paginator
Stars: ✭ 48 (+100%)
Mutual labels:  cursor
Terminal Canvas
Manipulate the cursor in your terminal via high-performant, low-level, canvas-like API
Stars: ✭ 125 (+420.83%)
Mutual labels:  cursor
typed.css
A fully functional and flexible typewriter mixin for SCSS, with Less and Stylus support coming soon! Typed.css supports multiple strings, multi-line strings, variable speeds, per-string styling, animated caret (blinking insertion cursor), directional type-pausing, and much more. It's even accessible! ✨
Stars: ✭ 113 (+370.83%)
Mutual labels:  typewriter-effect
react-sticky-mouse-tooltip
React tooltip component that follow mouse cursor.
Stars: ✭ 17 (-29.17%)
Mutual labels:  cursor
demo-oracle-mybatis
No description or website provided.
Stars: ✭ 26 (+8.33%)
Mutual labels:  cursor
immutable-cursor
👊 Immutable cursors incorporating the Immutable.js interface over a Clojure-inspired atom
Stars: ✭ 58 (+141.67%)
Mutual labels:  cursor

WriteIt.js

WriteIt.js is javascript library for text writing effect.

It is completely attribute based system. tweak few attribute and get completly new animation, you don't need to write single line of javscript :-).

It can run over 100s of instances simultaneously.

Documentation on: https://khushit-shah.github.io/WriteIt.js

Example On: https://khushit-shah.github.io/WriteIt.js/terminal-app/index.html

Installation

  • Download .zip file and extract writeit.js to your javascript folder and add
        <body writeit-auto-start>
                <p writeit-animate>CursorJS is <b>best</b> text writing effect <i>javascript library</i></p>
                <script src="/path/to/WriteIt.min.js"></script>
                <!--- or -->
                <script src="https://cdn.jsdelivr.net/gh/khushit-shah/WriteIt.js@latest/WriteIt.min.js"></script>
        </body>

Functionalities

  • writeit-animate
  • writeit-auto-start
  • writeit-char
  • writeit-replace-next
  • writeit-speed
  • writeit-speed-fixed
  • writeit-has-prev
  • writeit-start-delay
  • writeit-loop
  • writeit-next
  • writeit-hidden
  • writeit-no-blink
  • writeit-loop-reverse
  • writeit-wait-in-reverse
  • writeit-write-all-in-reverse

Issue Template

  • Short Description.
  • Browser Information.
  • Console Errors.
  • Expected Behaviour.
  • If you want new functionality, Add it to title.

TODO

  • Add functionality to repeat the animation for specific number of times
    • writeit-loop='<x>' : to repeat the animation x number of times
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].