Template Examples

Ready-to-use template examples that demonstrate different animation patterns and use cases.

📖 For examples with editable fields, see Editable Field Examples

Basic Examples

Simple Text Animation

A basic template with a single animated text element.

<div class="relative w-full h-full bg-gradient-to-br from-blue-500 to-purple-600" data-type="container">
  <div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-white text-6xl font-bold text-center" 
       data-type="text" 
       data-animate="fade" 
       data-ease="easeIn" 
       data-duration-animation="2" 
       data-start="0">
    Welcome to Tintage
  </div>
</div>

Features:

  • Gradient background

  • Centered text

  • Fade-in animation

  • Large, bold typography

Typewriter Effect

A template showcasing the typewriter animation.

Features:

  • Black background

  • Monospace font

  • 5-second typewriter effect

  • Professional messaging

Animated Counter

A template with a counting animation.

Features:

  • Large counter animation

  • Supporting text

  • Green color scheme

  • Sequential animations

Business Templates

Product Launch

A template for announcing new products or features.

Statistics Showcase

A template for displaying impressive numbers and metrics.

Feature Announcement

A template for highlighting new features or capabilities.

Creative Templates

Minimalist Design

A clean, minimal template with subtle animations.

Bold Typography

A template emphasizing strong typography and contrast.

Gradient Text

A template with gradient text effects.

Interactive Examples

Multi-step Animation

A template with multiple sequential animations.

Countdown Timer

A template simulating a countdown effect.

Customization Tips

Color Schemes

Professional Blue:

Warm Orange:

Cool Green:

Typography Combinations

Large + Small:

Bold + Regular:

Serif + Sans-serif:

Animation Timing Patterns

Quick Succession:

Overlapping:

Pause Between:


Last updated