Title: Disabling Hover Animation
Last modified: August 21, 2016

---

# Disabling Hover Animation

 *  Resolved [happymix](https://wordpress.org/support/users/happymix/)
 * (@happymix)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/disabling-hover-animation/)
 * Hey there. I have a really annoying animation that happens when I hover over 
   images… the “Pin It” button swoops down from the top left-hand corner of my screen
   and ends up on the image I am hovering on.
 * Link to example: [http://www.calliecolwick.com/my-wish-for-you/](http://www.calliecolwick.com/my-wish-for-you/)
 * Is there any way to fix this? Thanks!
 * Oh–and I’ve read all the prior documentation… even found a post on this topic
   before that was resolved… but I am not sure how. 🙂
 * [http://wordpress.org/plugins/jquery-pin-it-button-for-images/](http://wordpress.org/plugins/jquery-pin-it-button-for-images/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mrsztuczkens](https://wordpress.org/support/users/mrsztuczkens/)
 * (@mrsztuczkens)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/disabling-hover-animation/#post-4462522)
 * Hi,
 * I believe (although I’m not certain) this animation is caused by the CSS of the
   theme you’re using. To be exact, I think it’s in the following piece of css:
 *     ```
       a {
           color: #FF4669;
           text-decoration: none;
           transition: all 0.2s ease-in-out 0s; /* THIS LINE */
       }
       ```
   
 * If you could go to the stylesheet.css file of the theme you’re using and comment
   that line and take a look if the issue still exists, we’ll be certain if that’s
   the case.
 * In case you were wondering, that piece of css after commenting the mentioned 
   line should look like:
 *     ```
       a {
           color: #FF4669;
           text-decoration: none;
           /*transition: all 0.2s ease-in-out 0s;*/
       }
       ```
   
 * Let me know.

Viewing 1 replies (of 1 total)

The topic ‘Disabling Hover Animation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-pin-it-button-for-images.svg)
 * [jQuery Pin It Button for Images](https://wordpress.org/plugins/jquery-pin-it-button-for-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-pin-it-button-for-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 1 reply
 * 2 participants
 * Last reply from: [mrsztuczkens](https://wordpress.org/support/users/mrsztuczkens/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/disabling-hover-animation/#post-4462522)
 * Status: resolved