showreel intro text animation

How we can create an intro text animation with showreel type effect? Solution: Check out this Showreel Intro Text Animation With GSAP, Animated Text Reveal Effect.

Previously I have shared some text animation effects, it is also similar to that but it has a showreel effect with GSAP. Basically, intro text is a basic text with animation for introduction purposes. Mostly we see on videos or graphic works, an intro text will reveal to given info about the creator, video, or anything else. That kind of text reveals intro we can create with coding, this is an example. This program based on GSAP which stands for Greenshok Animation API, it is an animation library based on JavaScript.

Today you will learn to create an Animated Text Reveal Effect. Basically at first, you will see only a typing cursor after some part of the second text will reveal with a typing effect. Half part of the text will reveal with a typing effect and half will reveal with block remove effect. The complete text has a cool animation effect. The last part of the text is highlighted, there I have shown a link you can replace it.

So, Today I am sharing Showreel Intro Text Animation With GSAP. There I have used HTML to place the text, CSS for style, and GSAP library to animation. There is a dummy link and the end part of the link which is after slash highlighted. You can replace the whole text according to your requirements. You can use this intro text on your website’s header section you attract your users.

If you are thinking now how this text animation actually is, then see the preview given below.

Preview Of Animated Text Reveal Effect

See this video preview to getting an idea of how this text reveal animation looks like.

Live Demo

Now you can see this program visually, also you can see it live by pressing the button given above. There I gave codepen link for the demo, because the plugin is paid you need a license to use it commercially. If you like this, then get the source code of its.

You May Also Like:

Showreel Intro Text Animation Source Code

Before sharing source code, let’s talk about it. First I have created the main div named container and placed the texts inside it. Inside the container div, I have placed 2 spans, first for text typing text and second for the block reveal and highlight text. Also In the HTML file, I have linked other files like CSS, JS, GSAP CDN link.

Now using CSS I have placed the texts in the center, as you can see in the preview. With CSS I gave values like size, position, margin, padding, font-size, etc to the text. There I have used CSS @media query to reduce the size of elements for responsive design. In the JavaScript file, I gave values according to the library’s documentation. GSAP fetched texts and stored in variables, then gave values with its pre-built functions.

Left all other things you will understand after getting the codes, I can’t explain all in writing. For creating this program you have to create 3 files. First file for HTML, second for CSS, and third file for JavaScript. Follow the steps to creating this program without any error.

index.html

Create an HTML file named ‘index.html‘ and put these codes given below.

style.css

Now create a CSS file named ‘style.css‘ and put these codes given here.

function.js

The final step, create a JavaScript named ‘function.js‘ and put the codes.

That’s It. Now you have successfully created Showreel Intro Text Animation With GSAP, Animated Text Reveal Effect. If you have any doubt or question comment down below.

Thanks For Visiting, Keep Visiting.

LEAVE A REPLY

Please enter your comment!
Please enter your name here