Skip to content

Instantly share code, notes, and snippets.

@junaidkbr
Created November 6, 2018 18:10
Show Gist options
  • Save junaidkbr/6b0c3db67b7dabffb57b50084023e15d to your computer and use it in GitHub Desktop.
Save junaidkbr/6b0c3db67b7dabffb57b50084023e15d to your computer and use it in GitHub Desktop.
$.extend(Tipped.Behaviors, {
'custom-speed': {
fadeIn: 250,
fadeOut: 250
}
});
Tipped.create('.tippy', {
behavior: 'custom-speed',
size: 'large'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment