Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giangmd/type-writer-free-customize
Type writer free customize anything
https://github.com/giangmd/type-writer-free-customize
jquery typewriter-effect typewriterjs
Last synced: about 1 month ago
JSON representation
Type writer free customize anything
- Host: GitHub
- URL: https://github.com/giangmd/type-writer-free-customize
- Owner: giangmd
- License: mit
- Created: 2019-08-16T15:53:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T16:15:02.000Z (over 5 years ago)
- Last Synced: 2024-10-15T20:21:00.629Z (3 months ago)
- Topics: jquery, typewriter-effect, typewriterjs
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Type Writer Free Customize
One Free Resource of Type Writer
## Getting Started
Could you clone from git url of this repository OR download by zip file.
### How to use
See how to add a html struct in **demo.html** file.
```
Did you know: I am Batman?
```Include these script files
```
$(function() {
$(".typewriter").typewriter();
});```
See detail code in the [demo.html](LICENSE.md) file for details.
## Customize by plugin
Could you go to *typewriter.js* where can put your update at there.
By the way, it need you have some knowledge of the the jQuery.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/giangmd/type-writer-free-customize/tags).
## Authors
* **Giang D.MAI** - *Initial work* - [giangmd](https://github.com/giangmd)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc