SyntaxFix
Write A Post
Hire A Developer
Questions
It's working in my case blinking text at 1s interval.
.blink_me { color:#e91e63; font-size:140%; font-weight:bold; padding:0 20px 0 0; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0.4; } }