fsm icon indicating copy to clipboard operation
fsm copied to clipboard

Results 3 fsm issues
Sort by recently updated
recently updated
newest added

只是踩踩yhanwen大佬的github

由于有动画,当点击过快时,组件会失去响应(假死)。 例: 点击组件,在组件展开的动画过程中,迅速点击页面其他区域。 一种简单的办法是:增加组件标示(动画状态)如: ``` javascript fold:function(){ var _this = this, options = _this.options, slideBox = _this.slideBox; if(!_this.animating&&_this.isFold)return; D.removeClass(options,"hover"); S.one(slideBox).slideUp(0.2,function(){ _this.isFold = true; _this.animating = false; }); _this.animating = true;...

hi,您好,看到你这个项目,比较感兴趣.因为我也曾有过类似的想法. 不过,我不看好javascript的表现方法, 他对状态和行为的描述太灵活和复杂化. 我比较看好这种思想和css的语法增强.如果有兴趣,欢迎和我联系: gtalk: jindw#xidea.org