Junjie

Results 2 issues of Junjie

I think the typing should switch from player?: Player to player: Player. This is because some arguments require Player, but the listen method returns Player | undefined which triggers the...

type: enhancement

Pull request allows functions that return function to be connected. For example ripple's motion .onComplete can be listened with useEventListner.