Skip to content

Instantly share code, notes, and snippets.

@blivesta
Last active January 28, 2017 13:39
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 blivesta/7eb6a397d590fb1baed26aedc1a7cc37 to your computer and use it in GitHub Desktop.
Save blivesta/7eb6a397d590fb1baed26aedc1a7cc37 to your computer and use it in GitHub Desktop.
{
direction: 'lr',
// lr (left to right) || rl (right to left) || tb (top to bottom) || bt (bottom to top).
bgColor: 'rgb(000, 000, 000)',
duration: '300', // ms
delay: '0', // ms
easing: 'cubic-bezier(0.860, 0.000, 0.070, 1.000)', // easeInOutQuint
reverse: false,
begin: function(element) { },
complete: function(element) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment