Head to Links
# TextFlowJS
TextFlowJS is a JavaScript library that provides a simple and efficient way to animate text on a webpage. It allows you to create dynamic text animations with ease, making your website more engaging and interactive.
## About the project
TextFlowJS is a script that animates text to appear as if it’s being typed.
Usage
Using JSDelivr
To use TextFlowJS, include the JavaScript and CSS files in your project.
- Add the TextFlowJS stylesheet link.
- Add the TextFlowJS script link.
Applying TextFlowJS
To apply the animation to elements:
- Add the class name “texter” to the elements you want to animate.
- Use
avcWrapAll()
to wrap all elements with the class “texter” oravcWrapOne(elem)
to wrap a specific element.
Customizing
Customize the animation through the avcWrap
instance returned by the function. You can adjust text color, cursor color, cursor dimensions, and animation duration.
Further customization can be done by modifying the CSS attributes of your elements.
JavaScript
HTML
JSFiddle
CSS
Git