Unverified

Name

Subtile Loop Animation from Left to Right

About

Subtile Loop Animation from Left to Right

Language

CSS

Rating

Voted: 1 by 1 user(s)

How to Setup Snippet

Apply the ciao-ciao class to the element you want to animate! Or change it as you wish.

Codevault

imparaqui

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.1

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:

https://imparaqui.it

History

Last modified:

23/05/2023

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.

Subtile Loop Animation from Left to Right

 
                    
1.ciao-ciao {
2 animation: slide-right-left 2s linear infinite;
3}
4 
5@keyframes slide-right-left {
6 0% {
7 transform: translateX(0);
8 }
9 
10 50% {
11 transform: translateX(-10px);
12 }
13 
14 100% {
15 transform: translateX(0);
16 }
17}

1

Related Snippets

Please see some snippets below related to this snippet..

Animation

Unverified

0

Images Mono to Colour on Scroll

Added: 1 year ago

Last Updated: 1 year ago

This snippet turns chosen images, by default in monochrome, to full colour when they reach 250px from the top of the browser window.

Animation

AI Verified

0

Content Animate

Added: 2 years ago

Last Updated: 1 year ago

this complete script imports the animation script and then adds custom animations all over the content.

Animation

Unverified

0

working model of daynight toggle with checkbox

Added: 6 months ago

Last Updated: 6 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Animation

Unverified

1

Subtile Loop Animation from Left to Right

Added: 1 year ago

Last Updated: 1 year ago

Subtile Loop Animation from Left to Right