Ali Ashoor
Ali Ashoor
I did hack the original **_angular-swing.js_** file: ``` Card.throwOutConfidence = function (offset, elementWidth) { return Math.min(Math.abs(offset) / (elementWidth/1.5), 1); }; Card.isThrowOut = function (offset, elementWidth) { return Card.throwOutConfidence(offset, (elementWidth/1.5)) ==...
I guess as I understand from your question, you'd like more of yes/no but destroy the card anyway, the way of doing this is straight forward by having this code:...
+1 It could look something like this: ``` func extractYoutubeID(_ youtubeURL: String) -> String? { let pattern: String = "(?
@audiocommander same here.