Re1Kud0

Results 6 comments of Re1Kud0

``` data: function () { return { lock: true, w: 200, h: 200, x: 0, y: 0, }; }, setSize: function () { this.lock = false; this.w = 300; this.h...

+1 I'd love to validate before the modal fires like https://developer.paypal.com/demo/checkout/#/pattern/validation

Out is enabled only when you set ``` loop: true ``` Check: https://github.com/jschr/textillate/issues/5

This will work for you ``` element.textillate({loop: true, in: { effect: 'fadeInLeftBig'}, out: { effect: 'fadeOut'}}); element.on('outAnimationEnd.tlt', function(){ // do something }); ```