Dashe
Dashe
selectHandler执行时机在selectedIndex的set里,结果如果selectedIndex没有发生变化,(对应点击同一个cell)就不会走set,也就不会走selectHandler ``` if (this._selectedIndex !=value){ this._selectedIndex=value; this.changeSelectStatus(); this.event(/*laya.events.Event.CHANGE*/"change"); this.selectHandler && this.selectHandler.runWith(value); this.startIndex=this._startIndex; } ```
RunnerCache will cache the Updating Runner, so replaying it will not create a new Updating Runner, only Reset() However, the Reset() function of the Updating Runner does not reset the...
Can the damper function be added? For handling animations that often need to be interrupted, damper is a better choice than Tween. Here are some introductions I found https://theorangeduck.com/page/fitting-code-driven-displacement https://theorangeduck.com/page/code-vs-data-driven-displacement...
The target and settings of the Property Animation Component are also restricted to private properties This is very inconvenient to use scripts to create animations in bulk I hope all...
Hi! Bro! Also remember [issues188](https://github.com/annulusgames/LitMotion/issues/188)? I now finally have enough time and motivation to finish it! This PR introduces physics-based spring animations to LitMotion, bringing natural and responsive motion that...