Resource icon

XenForo 2.0 Pulsing Register Button

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,802
Points
823

Reputation:

LQD submitted a new resource:

Pulsing Register Button - Create a pulsing effect coming from your register button.

Would you like to attract the attention of visitors who visit the forum?

After the following code operation, the "Register" button will appear around the heartbeat.

RESULT:
View attachment 49
HOW TO:
1-) We are adding the following codes to the "extra.less" template of your theme.
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...

Read more about this resource...
 
Top