Skip to content

feat/slider enhancements #958

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

Merged
merged 18 commits into from
Oct 14, 2020
Merged

feat/slider enhancements #958

merged 18 commits into from
Oct 14, 2020

Conversation

mendyEdri
Copy link
Contributor

Description

  • Added scale animation to Slider's thumb.
  • Support Slider-track tap to change value.

@mendyEdri mendyEdri changed the title Feat/slider enhancements feat/slider enhancements Sep 29, 2020

calculatedThumbActiveScale = () => {
const {activeThumbStyle, thumbStyle, disabled} = this.props;
if (disabled) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also if user passed 'disableActiveStyling', no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, fixed

@mendyEdri mendyEdri requested a review from Inbal-Tish October 12, 2020 15:44
@Inbal-Tish Inbal-Tish merged commit 7b0908a into master Oct 14, 2020
@mendyEdri mendyEdri deleted the feat/slider-enhancements branch October 19, 2020 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants