Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: allow scrolling 1 day at the time #266

Merged
merged 12 commits into from
Oct 7, 2022
Prev Previous commit
Next Next commit
Add small comment to README
  • Loading branch information
pdpino committed Sep 14, 2022
commit f76c5c28d953d06916fca2488775d009fd6b6055
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ There are some fields in the `EventItem` that provide extra customizations for e

### Methods

* **`goToDate(date, {animated = true, left: number = null})`**: navigate to a custom date. If `left = value` is provided, the target `date` will appear at `value` days from the left.
* **`goToDate(date, {animated = true, left: number = null})`**: navigate to a custom date. If `left = value` is provided, the target `date` will appear at `value` days from the left (e.g. use `left = 0` to show `date` at the most left).
* **`goToNextDay({animated = true})`**: navigate to the next day (to the future).
* **`goToPrevDay({animated = true})`**: navigate to the previous day (to the past).
* **`goToNextPage({animated = true})`**: navigate to the next page (to the future).