From d685f1a56ee9cdfb50bb04f1b34c40cb2e5e51f5 Mon Sep 17 00:00:00 2001 From: Haruki Yano <47441314+Haruma-K@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:46:32 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 78d42c9..c604cce 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ You can use the simple dot progress view by the following steps. If you want to change only the color or size of the dot while using `DotCarouselProgressView`, you can do so by replacing only the Progress Element Prefab in the Inspector of `DotCarouselProgressView`. +

+ Custom Progress View +

+ #### Custom cell movements You can override `CarouselCell.OnPositionUpdated` to implement your own cell movement. The following is an example of a custom cell movements.