You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(segment, segment-view): remove percentage based indicator effects on scroll (#29968)
Issue number: resolves internal
---------
<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->
<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->
## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->
-
-
-
## Does this introduce a breaking change?
- [ ] Yes
- [ ] No
<!--
If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->
## Other information
<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
* If `true`, the segment content will not be displayed.
2722
-
*/
2723
-
"disabled": boolean;
2724
2722
}
2725
2723
interfaceIonSegmentView{
2726
2724
/**
2727
2725
* If `true`, the segment view cannot be interacted with.
2728
2726
*/
2729
2727
"disabled": boolean;
2730
2728
/**
2731
-
* This method is used to programmatically set the displayed segment content in the segment view. Calling this method will update the `value` of the corresponding segment button.
2732
2729
* @param id : The id of the segment content to display.
2733
2730
* @param smoothScroll : Whether to animate the scroll transition.
0 commit comments