bindingx
bindingx copied to clipboard
:rocket: Bind actions to effects.
我在使用bindingx 做两个列表联动,因为scroll 动画暂时不支持list,我用的是两个scrollview, 然后在一个scrollview 手滑动时,另一个scrollview做bindingx 的 eventType 为scroll的scroll.contentOffsetY动画,在动画中,会出现第二个列表滑动有滞后的情况。 ``` onTouchRight() { let leftList = this.$refs.leftList.ref; let rightList = this.$refs.rightList.ref; this.bindingToken = Binding.bind({ eventType: 'scroll', anchor: rightList, props: [{ element: leftList,...
https://github.com/alibaba/bindingx/blob/872f11edcc047c4b72a551ff0cd4fd7d4667b2d9/weex/ios/Sources/EBUtility%2BWX.m#L253-L259 According to doc of `CGColorGetComponents`: > **Return Value** An array of intensity values for the color components (including alpha) associated with the specified color. The size of the array...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [react-native](https://github.com/facebook/react-native) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `json5` from 0.4.0 to 2.2.3 Release notes Sourced from json5's...
Bumps [qs](https://github.com/ljharb/qs), [qs](https://github.com/ljharb/qs) and [react-native](https://github.com/facebook/react-native). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428)...
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `xmldom` Updates `react-native` from 0.51.0 to 0.70.2 Release notes Sourced from...