[RSS Feed/News] Blinking "Register" Button

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
While this code on desktop works to make the register button blink, it's only the darker color (which is good too) on mobile or at 374px. Is there a way to make it blink at smaller resolutions too? Trying to see if it draws more conversions.

CSS:

Code:
/* Blinking registration button */
.p-navgroup-link.p-navgroup-link--register {
  -webkit-animation: blinkReg 1s infinite;  /* Safari 4+ */
  -moz-animation: blinkReg 1s infinite;  /* Fx 5+ */
  -o-animation: blinkReg 1s infinite;  /* Opera...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom