WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Yong v2.1.2

Animated Typed JS Shortcode

This plugin add shortcode to create an animated typing effect with Typed JS. No settings needed, just plug and play.

Animated Typed JS Shortcode

The facts

Rating
4.3★ from 6
Active installs
1k+
Price
Free
Last updated
22 Aug 2024
Added
Jul 2020
Requires WP
4.0
Tested up to
WP 6.6.7
Requires PHP
7.4
Downloads
15,597

Our analysis

AI-assisted

The Animated Typed JS Shortcode is a WordPress plugin that allows you to create an animated typing effect using the Typed.js library. You can easily implement this effect by using a shortcode format, making it straightforward to add animated text to your site without any complex settings.

You can customise the typing behaviour through various shortcode attributes, such as typing speed, delays, and looping options. This plugin is suitable for users who want to enhance their website's typography with dynamic text animations.

Best for: This plugin is best for website owners looking to add animated text effects to their WordPress sites.

What it does well

  • Free to use from the WordPress.org directory
  • Easy to implement with a simple shortcode
  • Customisable typing effects with various attributes
  • No settings required for basic use
  • Optimises JavaScript loading

Where it falls short

  • Limited information on advanced features
  • No visual interface for customisation

Verdict

The Animated Typed JS Shortcode offers a simple way to add animated typing effects to your content. It is user-friendly and provides some customisation options, making it a useful tool for enhancing website typography.

From the developer

Yong's own description of Animated Typed JS Shortcode, lightly tidied.

Create an animated typing effect with Typed.js easily.

Just install and activate, Animated Typed JS Shortcode plugin and you can start using [typedjs][/typedjs] shortcode to create your animated typing text.

No settings needed just plug and play.

How to use the shortcode?

You can use the shortcode just like this:

[typedjs]My animated typing text[/typedjs]

To show more than 1 string/text, separate the strings with a double colons (::) like this:

[typedjs]My animated typing text::It's freaking awesome![/typedjs]

If you want to customize your animated text behaviour, you can use shortcode attributes to do that like this:

[typedjs loop=true]My animated typing text::It's freaking awesome!::It's now looping, OMG![/typedjs]

Here are the list of all available attributes that you can use:

  • typespeed : The text typing speed in milliseconds (default: 50)
  • startdelay : Delay time before typing start in milliseconds (default: 500)
  • backspeed : Backspacing speed in milliseconds (default: 50)
  • backdelay : Time before backspacing in milliseconds (default: 500)
  • smartbackspace : Only backspace what doesn’t match the previous string (default: true)
  • shuffle : Shuffle the strings (default: false)
  • fadeout : Fade out instead of backspace (default: false)
  • fadeoutdelay : Time before fade out in milliseconds (default: 500)
  • loop : Loop strings animation (default: false)
  • loopcount : Amount of loops if enabled (default: Infinity)
  • showcursor : Show/hide cursor (default: true)
  • cursorchar : Character to be used as cursor (default: |)
  • class: Custom class for the shortcode element (default: ”)

Optimize Javascript loading

The typed.min.js is only 12KB, in the previous version I tried to load the script only when the shortcode is used, but it’s not working properly because the script is loaded asynchronously. So, I decided to load the script in the footer of the page to make sure it’s loaded properly.

However, if you want to load the script only on specific pages, you can use this hook to enqueue the script only on specific pages:

`php

Read the full description on the official page →

Tagged as