Skip to content

fix(datetime): respect config animated setting when paging month calendar#31227

Open
droc101 wants to merge 1 commit into
ionic-team:mainfrom
droc101:30484
Open

fix(datetime): respect config animated setting when paging month calendar#31227
droc101 wants to merge 1 commit into
ionic-team:mainfrom
droc101:30484

Conversation

@droc101

@droc101 droc101 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Issue number: resolves #30484


What is the current behavior?

Paging through the month calendar in an always scrolls smoothly regardless of the animated property in global config

What is the new behavior?

Paging will scroll instantly (no animation) if animated is false, otherwise the previous smooth scroll behavior persists

Does this introduce a breaking change?

  • Yes
  • No

…ndar

replace hardcoded `behavior: 'smooth'` with either `'smooth'` or `'instant'` depending on the `animated` boolean config property, defaulting to `'smooth'`

closes ionic-team#30484
@droc101 droc101 requested a review from a team as a code owner June 17, 2026 17:27
@droc101 droc101 requested a review from brandyscarney June 17, 2026 17:27
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

@droc101 is attempting to deploy a commit to the Ionic Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the package: core @ionic/core package label Jun 17, 2026
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ionic-framework Ready Ready Preview, Comment Jun 17, 2026 5:45pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: core @ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: calendar ignores IonicConfig.animated

1 participant