Ben Barnett
Ben Barnett
Thanks! Does anyone have a few minutes spare for a code review/quick test of this?
@sgarbesi have you tested this?
Thanks for this, looks like this can be fixed up - I'll take a look
Hmm might require a bit more thought. I can blanket remove the transition properties, but that might be a bit aggressive. Will report back
Yeah this will require some new work on the plugin since promises are relatively new in jQuery. I'll look into this when time allows.
This is exactly the sort of thing I want to fix. If only time was more generous. I'm working on it though, will post on here with progress.
Yep that's a good example of this one. Thanks.
This sounds good, do you have any examples for how this could work/integrate into the plugin?
Yeah that sounds really good - its the biggest 'gap' in the functionality for the plugin. Yep, so the plugin 'overloads' the $.animate() method. Basically it checks for CSS transition...
Sounds great. The JQUI stuff does _technically_ work, but sometimes the animations are too fast. "Bounce" for example breaks because this plugin doesn't catch the 'transitionEnd' events quick enough, and...