Title: CSS Text Animation
Last modified: August 31, 2016

---

# CSS Text Animation

 *  [curtisbarclay](https://wordpress.org/support/users/curtisbarclay/)
 * (@curtisbarclay)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/css-text-animation/)
 * For the last few days searching the web. I have been trying to animate the link
   text in the header menu. I’m using Simple CSS & JS with great luck on a few items
   but I just can’t seem to have any luck with this one. I used Google Fonts for
   the style I wanted and wonder if that might be creating a conflict. I tried this
   code along with a few others but doesn’t work.
 * .top-navigation ul li a,
    #header-right-menu ul li a @keyframes shake { 0%, 100%{
   transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-30px);}
   20%, 40%, 60%, 80% {transform: translateX(30px);} }
 * I know nothing about CSS so any help would be appreciated.
 * Curtis
    Website; rtwjetskiservice.com

The topic ‘CSS Text Animation’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [curtisbarclay](https://wordpress.org/support/users/curtisbarclay/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/css-text-animation/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
