Skip to content

Instantly share code, notes, and snippets.

@marcusig
Last active August 23, 2022 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusig/e11892cdf341981dd307156e1ed8e290 to your computer and use it in GitHub Desktop.
Save marcusig/e11892cdf341981dd307156e1ed8e290 to your computer and use it in GitHub Desktop.
[configurator] Change tooltip duration / delay
// Change the tooltip. See the available options on https://atomiks.github.io/tippyjs/v6/all-props/#duration
wp.hooks.addFilter( 'PC.fe.tooltip.options', 'myDomain', function( options ) {
options.duration = [100, 400];
return options;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment