How to Create an Amazing Bounce Text Effect in After Effects | Beginner Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024
  • Welcome to our After Effects tutorial for beginners! In this video, you'll learn how to create an eye-catching bounce text effect that can be used in any of your projects, including subtitles and other text overlays. This tutorial breaks down the steps in an easy-to-follow manner, ensuring that even those new to After Effects can achieve professional results.
    Copy Expression from Pinned comment📌
    Don't forget to like, comment, and subscribe for more tutorials!
    🔔 Hit the bell icon to stay updated with our latest videos!
    ------------------------------------------------------------------------------
    Our Social Media Handles :
    Instagram : / visualfx_basics
    Facebook : / movidise360
    LinkedIn : / sonu-kumar-7b6a41266
    ------------------------------------------------------------------------------
    For Business Query
    visualfxbasics@gmail.com
    #premiereprotutorials #premiereprotutorial #premierepro #premiereprotips #adobepremiere #adobepremierepro #premiereprobasics--

ความคิดเห็น • 1

  • @VisualFXBasics
    @VisualFXBasics  2 หลายเดือนก่อน

    Expression(copy and paste) : delay = .1;
    myDelay = delay*textIndex;
    t = (time - inPoint) - myDelay;
    if (t >= 0) {
    freq =3;
    amplitude = 200;
    decay = 10.0;
    s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
    [s,s]
    }
    else {
    value
    }