Pulsing Register Button

Unmaintained Pulsing Register Button

Compatible XF 2.x versions
  1. 2.0
What you achieve:
ZOcef4f.gif


Add to extra.less template:
Code:
/* PULSE ANIMATION */
.pulse {
    position: relative;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite...
You do not have permission to view the full content of this resource. Log in or register now.
Author
iamjudd
Views
2,174
First release
Last update

Ratings

5.00 star(s) 5 ratings

Latest reviews

this looks awesome and is easy to install. thank you.
i have vertiforo skin and it matches the whole site. i recommend
This is a VERY cool way to make it obvious what to do next. Just grabs the eye and pulls your attention!
Simple, and yet very effective! These are the kinds of small details that will have an impact! Can be easily applied to other parts of the site, it desired.
Wow - looks absolutely awesome on my site. Thank you and your time and effort is greatly appreciated.
Easy to apply, easy to modify, does exactly what's shown in the example. Great job! Simple and to the point!!!
Top Bottom