Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

typedjsrails

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedjsrails

bundlerRubyGems.org
Version
0.1.0
Version published
Maintainers
1
Created
Source

Typed.js Gem

Developed by Matt Boldt Typed.js is a jQuery plugin that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set.

View the official Demo here View the demo on my website

Installation

Add this line to your application's Gemfile:

gem 'typedjs'

And then execute:

$ bundle

Or install it yourself as:

$ gem install typedjs

Usage

To your application.js file, add:

//= require typedjs

This is all you need to get going:

<script>
    $(function(){
        $(".element").typed({
            strings: ["First sentence.", "Second sentence."],
            typeSpeed: 0
        });
    });
</script>
...

<span class="element"></span>

Customizations

Visit the official typed.js repo for customizations and a more detailed usage guide.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rahullakhaney/typedjs.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 01 Nov 2015

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