Unverified

Name

.gen_intros01

About

First, under Advanced, add a CSS class name. Give your Elementor element (or section, column or container) the class name ‘gen_intros01’, ‘gen_intros02', or ‘gen_intros03’, depending on which snippet you picked.. Then, give it the ‘Fade In’ entrance animation And then, choose ‘fast’.under 'Animation Duration'. After this, copy paste the chosen CSS code Add it under custom CSS if you want to use this on only 1 element, or in Global CSS, or the theme customizer > additional CSS, to use across your website, on many elements.

Language

CSS

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Mark image with CSS class "gen_intros01" in image > advanced Add css below into image > cusotm css Then, give it the ‘Fade In’ entrance animation And then, choose ‘fast’.under 'Animation Duration'.

Codevault

Clarity-Consulting

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.4

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

thinkclarity.com

History

Last modified:

21/02/2024

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

.gen_intros01

 
                    
1content: '';
2 width: 100%;
3 height: 100%;
4 top: 0;
5 left:0;
6 background-color: #000000;
7 z-index: 9;
8 animation: yshowText 1.38s ease 0.18s forwards;
9 transform-origin: 0% 100%;
10 }
11 
12 .gen_intros01.fadeIn::after {
13 position: absolute;
14 content: '';
15 width: 100%;
16 height: 100%;
17 top: 0;
18 left:0;
19 background-color: #ffffff;
20 z-index: 8;
21 animation: yshowText 1.38s ease 0.66s forwards;
22 transform-origin: 0% 100%;
23 }
24 
25 @keyframes yshowText {
26 0% {
27 transform: scaleY(1)
28 }
29 100% {
30 transform: scaleY(0)
31 }
32 }

0

Related Snippets

Please see some snippets below related to this snippet..

Styling

AI Verified

0

add bootstrap to theme

Added: 1 year ago

Last Updated: 1 year ago

This code is a function in WordPress that is used to enqueue stylesheets.

Styling

Unverified

0

Ultimate Member

Added: 5 months ago

Last Updated: 5 months ago

Styling

Unverified

0

img position

Added: 2 years ago

Last Updated: 2 years ago

adds object-position dynamically

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Styling

Unverified

0

.gen_intros01

Added: 6 months ago

Last Updated: 6 months ago

First, under Advanced, add a CSS class name. Give your Elementor element (or section, column or container) the class name ‘gen_intros01’, ‘gen_intros02', or ‘gen_intros03’, depending on which snippet...