Unverified

Name

CSS Pulse Border Effect

About

Animates css border that pulses.

Language

CSS

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Place the css code in your CSS file and use the ".pulse" class.

Codevault

elewebdev

Scroll down to see more snippets from this codevault.

Wordpress Compatability

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

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.

History

Last modified:

18/09/2022

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.

CSS Pulse Border Effect

 
                    
1.pulse {
2 margin:100px;
3 display: block;
4 width: 22px;
5 height: 22px;
6 border-radius: 50%;
7 background: #cca92c;
8 cursor: pointer;
9 box-shadow: 0 0 0 rgba(204,169,44, 0.4);
10 animation: pulse 2s infinite;
11}
12.pulse:hover {
13 animation: none;
14}
15 
16@-webkit-keyframes pulse {
17 0% {
18 -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
19 }
20 70% {
21 -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
22 }
23 100% {
24 -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
25 }
26}
27@keyframes pulse {
28 0% {
29 -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
30 box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
31 }
32 70% {
33 -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
34 box-shadow: 0 0 0 10px rgba(204,169,44, 0);
35 }
36 100% {
37 -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
38 box-shadow: 0 0 0 0 rgba(204,169,44, 0);
39 }
40}

0

Related Snippets

Please see some snippets below related to this snippet..

Animation

Unverified

0

working model of daynight toggle with checkbox

Added: 6 months ago

Last Updated: 6 months ago

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

Animation

Unverified

0

working model of daynight toggle with js

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

0

CSS Pulse Border Effect

Added: 2 years ago

Last Updated: 2 years ago

Animates css border that pulses.

WordPress Admin

AI Verified

0

Empty WP Trash in 5 days

Added: 2 years ago

Last Updated: 1 year ago

Set the number of days to purge items marked as trash in the database. This will happen every 5 days. You can change the 5 to any number such as 7 days for weekly and 30 days for monthly.

WordPress Admin

AI Verified

0

Disable WP Address and Site URL fields in admin

Added: 2 years ago

Last Updated: 1 year ago

Block clients from touching the WP address and Site URL in the admin settings