Maxim
Maxim
encapsuled the sandbox creation into a function, because having it plainly executing on file import will break when you want to use the package in server + client side frameworks...
Is it possible to constrain the movement of a draggable element inside another element, like shown in the jqueryui examples: https://jqueryui.com/draggable/#constrain-movement ?
https://github.com/mxmzb/react-native-gesture-detector
It may be cool to set up the example user tests (for creating) with http://chaijs.com/api/bdd/#method_deep so you don't need to test every attribute.
Since moment 2.23.0 there is no timer property on the result of `moment.duration(args)`, which breaks this plugin.
Currently, the trail will have edges at the ends if you use the component with a gap. There should be an option to make the trail round, too: https://imgur.com/7gqxDbj
Would be pretty neat to make a gradient also instead of a plain color.
Would be cool to pause the autoplay on hover, and even cooler to reset the autoplay countdown after the user has paginated manually (e.g. autoplay={5000}, and after 2500ms the user...
Using meteor-jade with angular-meteor will give me an `Uncaught ReferenceError: Template is not defined`, obviously because Blaze is not included in my app. Am I missing anything or would I...