How to create a pulse effect using -webkit-animation – outward rings
You have a lot of unnecessary keyframes. Don’t think of keyframes as individual frames, think of them as “steps” in your animation and the computer fills in the frames between the keyframes. Here is a solution that cleans up a lot of code and makes the animation start from the center: .gps_ring { border: 3px … Read more