lyb-pixi-js 1.8.3 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -654,7 +654,7 @@ progress.setProgress(0.5); //50% 完成
|
|
|
654
654
|
app.stage.addChild(progress);
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
### LibPixiScrollContainerX-X
|
|
657
|
+
### LibPixiScrollContainerX-X轴滚动容器
|
|
658
658
|
|
|
659
659
|
> 支持鼠标滚轮滚动、鼠标拖动、手指滑动,支持惯性滚动及回弹
|
|
660
660
|
|
|
@@ -684,7 +684,7 @@ scrollContainer.setDimensions(800, 600);
|
|
|
684
684
|
scrollContainer.addContent(new Sprite(Texture.from("new-content.png")));
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
### LibPixiScrollContainerY-Y
|
|
687
|
+
### LibPixiScrollContainerY-Y轴滚动容器
|
|
688
688
|
|
|
689
689
|
> 支持鼠标滚轮滚动、鼠标拖动、手指滑动,支持惯性滚动及回弹
|
|
690
690
|
|