Jeff Lung YK

Results 8 comments of Jeff Lung YK

Cool, thanks for your quick response. It works, thanks a lot!

``` render() { return( !this.state.finished && this.setState({finished: true})} > Profile Hello from the profile page! Profile 2 Goodbye from the profile page! ); } ``` Thanks, it works well in...

@bringking Sorry, I just format well for my comment. Would you mind to check it again and I am grateful if you could advise, thanks.

Hi, I found there is no object key onFinish in animatable.js , so I cant call this function with animatable tag. Would you mind to add onFinish to animatable when...

@phyllisstein Hi Phyllis, were you able to use the easing feature of this plugin? Thanks.

@gorangajic Thanks, could you help to check whether the easing function work or not now? Thanks so much ;)

@tomsvogel @sarovin Have you solve the easing problem yet? Thanks.

@gorangajic @tomsvogel @sarovin I noticed in MorphReplace.js last second line, it ends with a " , " . Is it supposed to have " easing: function(t) { return t; }...