• Resolved michaelrieder

    (@michaelrieder)


    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

    (@wpsunshine)

    You can try this (not tested) if using jQuery:

    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.