Styling
Supervisor
- Thread starter
- Moderator
- #1
Styling submitted a new resource:
Pulsing Register Button - Template Modifications
Read more about this resource...
Pulsing Register Button - Template Modifications
What you achieve:
View attachment 5300
Add to extra.less template:
PHP:/* 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 cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }...
Read more about this resource...