Skip to content

Releases: ccmars/typecadence

Typecadence v1.0.8

28 Jul 23:59
Compare
Choose a tag to compare

Bug Fixes

  • Characters that have no alternative characters will never be designated as mistakes.

Typecadence v1.0.6

13 Jul 03:42
Compare
Choose a tag to compare

Typecadence is a JavaScript library that provides animated typing effects for HTML elements, automatically simulating natural typing with speed variations and mistakes.

Features

  • Visibility Trigger: Animations are only triggered when the HTML elements with the class typecadence become visible to the user.

  • Typing Speed Customization: You can specify the speed at which each new character appears, adjusting it to match the pacing of your content or create unique user experiences.

  • Delayed Start: Typecadence allows you to delay the start of the animation, giving you more control over when and how your content is presented to the user.

  • Mistake Simulation: The library allows you to simulate typing mistakes. You can adjust both the probability of a mistake occurring and set a maximum number of errors that should appear before the animation begins to correct them.

  • Keyboard Layout: The library supports several keyboard layouts (QWERTY, QWERTZ, AZERTY), which influence the types of mistakes that are made in the animation. This allows you to customize the animation to match different regional settings.

  • Caret Customization: Typecadence also allows you to customize the caret's appearance. You can choose whether the caret is displayed or hidden, and even customize its character and color to match your design and branding.