jTypey.js 0.1.0

dotnet add package jTypey.js --version 0.1.0
NuGet\Install-Package jTypey.js -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jTypey.js" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jTypey.js --version 0.1.0
#r "nuget: jTypey.js, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jTypey.js as a Cake Addin
#addin nuget:?package=jTypey.js&version=0.1.0

// Install jTypey.js as a Cake Tool
#tool nuget:?package=jTypey.js&version=0.1.0

Typey.js v0.1.0

Tweet npm nuget license discussions Welcome coded by William Troup

A lightweight JavaScript library for printing text using a typewriter effect.

What features does Typey.js have?

  • Zero-dependencies and extremely lightweight!
  • Full API available via public functions.
  • Fully configurable!
  • Fully configurable per element!
  • Typewriter effects allow you to type and delete.
  • Repeat always, or any number of times.

What browsers are supported?

All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.

What are the most recent changes?

To see a list of all the most recent changes, click here.

How do I get started?

To get started using Typey.js, do the following steps:

1. Prerequisites:

Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows:

<!DOCTYPE html>

2. Include Files:

<script src="dist/typey.js"></script>

3. DOM Element Binding:

<div data-typey-options="{ 'speed': 100 }">
    <p>This is some example text that should be typed out.</p>
</div>
<script> 
    var id = $typey.watch( yourObject, {
        onChange: yourCustomJsFunction
    } );
</script>

To see a list of all the available binding options you can use for "data-typey-options" click here.

To see a list of all the available custom triggers you can use for "data-typey-options" click here.

4. Finishing Up:

That's it! Nice and simple. Please refer to the code if you need more help (fully documented).

How do I go about customizing Typey.js?

To customize, and get more out of Typey.js, please read through the following documentation.

1. Public Functions:

To see a list of all the public functions available, click here.

2. Configuration:

Configuration options allow you to customize how Typey.js will function. You can set them as follows:

<script> 
  $typey.setConfiguration( {
      safeMode: false
  } );
</script>

To see a list of all the available configuration options you can use, click here.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0 106 1/20/2024