Title: Hover
Last modified: February 29, 2024

---

# Hover

 *  Resolved [michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * (@michaelrieder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/hover-26/)
 * Hi Sunshine Team
 * please can you guide me how to start the confetti canon by hovering over an element.
 * Best Regards Michael

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP Sunshine](https://wordpress.org/support/users/wpsunshine/)
 * (@wpsunshine)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/hover-26/#post-17473291)
 * You can try this (not tested) if using jQuery:
 *     ```wp-block-code
       jQuery( document ).ready( function($) {
           $( '.yourelement' ).on( 'hover', function() {
               wps_launch_confetti_cannon();
           });
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hover’ is closed to new replies.

 * ![](https://ps.w.org/confetti/assets/icon-256x256.png?rev=2670187)
 * [Confetti](https://wordpress.org/plugins/confetti/)
 * [Support Threads](https://wordpress.org/support/plugin/confetti/)
 * [Active Topics](https://wordpress.org/support/plugin/confetti/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/confetti/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/confetti/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP Sunshine](https://wordpress.org/support/users/wpsunshine/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/hover-26/#post-17473291)
 * Status: resolved