Brad Birdsall
Brad Birdsall
I started playing around with @mattsahr's solution, which is amazing btw, and simplified it a bit. I tried taking everything out expect for what is absolutely required. http://fiddle.jshell.net/bradbirdsall/5uTy9/show/light/ [Source on...
@bjrn I'm not following, can you put up a test case that shows what you mean? Like using the code I used but with the specific edge case you're talking...
Ahh I see. Thanks for explaining. Can we solve this with just two wrapping elements?
I used to have this in the library but in order to make it as flexible as possible I suggest people do that with css instead of within Swipe. Let...
It would require some surgery on the animation and transition functions within Swipe.
There is already a grunt build process you could add into. Submit a pull request :)
Yes, it should work with multiple instances. Show me some code.
This addition doesn't support all browsers that Swipe claims to support. And I don't see a good way to do this without `querySelectorAll()` or a selector engine like jQuery
Great work man! Can we use a jasmine html output rather than console so its a bit easier for everyone to understand how to test their code? Thanks! B
So it looks to much easier just using the rake jasmine command. I hate to do this but can we remove the standalone version and I will pull it in....