Hit enter to search or ESC to close
Snap TutsSnap TutsSnap Tuts
  • Tutorials
    • After Effects
    • Blender
    • Illustrator
    • Photoshop
  • Store
  • Merch
  • Blog
Snap Tuts
Create bouncy text in after effects | Beginner tutorial
After Effects

Create bouncy text in after effects | Beginner tutorial

By Snaptuts January 16, 2020 July 28th, 2022 No Comments

Create bouncy text in after effects | Beginner tutorial

Expression Text

delay = .05;
myDelay = delay*textIndex;
t = (time – inPoint) – myDelay;
if (t >= 0){
freq =2;
amplitude = 100;
decay = 5.0;
s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
[s,s]
}else{
value
}

Trending Now

  • Isometric illustration without isometric grid | Gameboy Adobe Illustrator tutorial February 4, 2019
  • Create bouncy text in after effects | Beginner tutorial January 16, 2020
  • 3D Gradient Liquid Text | Adobe Illustrator Tutorial February 4, 2019

Recently Posted

  • Create abstract cube city in blender | Geometry Nodes Basics June 7, 2021
  • Google keynote style animation in After Effects May 22, 2021
  • How to export transparent GIF animation from After Effects May 1, 2021
  • Quick Loading Animation in After Effects April 29, 2021
  • Previous PostCreate plants in Adobe Illustrator easy way | Beginner tutorial | Helpful tips and shortcuts

  • Next PostIsometric illustration without isometric grid | Gameboy Adobe Illustrator tutorial

Recommended For You

After Effects

Google keynote style animation in After Effects

Snaptuts
SnaptutsMay 22, 2021
After Effects

How to export transparent GIF animation from After Effects

Snaptuts
SnaptutsMay 1, 2021
After Effects

Quick Loading Animation in After Effects

Snaptuts
SnaptutsApril 29, 2021

© 2023 Snap Tuts.

  • Tutorials
    • After Effects
    • Blender
    • Illustrator
    • Photoshop
  • Store
  • Merch
  • Blog