Last active
January 28, 2017 13:39
-
-
Save blivesta/7eb6a397d590fb1baed26aedc1a7cc37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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