This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add animationEnabled to TabView #1388
Merged
okwasniewski
merged 8 commits into
satya164:main
from
szymonrybczak:feat/add-disable-animation
Sep 30, 2022
Merged
feat: add animationEnabled to TabView #1388
okwasniewski
merged 8 commits into
satya164:main
from
szymonrybczak:feat/add-disable-animation
Sep 30, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
okwasniewski
suggested changes
Sep 5, 2022
satya164
suggested changes
Sep 5, 2022
@satya164 I updated my code as you said, could you please look at it again? |
szymonrybczak
changed the title
feat: add disableChangeTabAnimation to TabView
feat: add animationEnabled to TabView
Sep 6, 2022
okwasniewski
reviewed
Sep 9, 2022
satya164
suggested changes
Sep 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also needs to be handled in PanResponderAdapter
for Web, where it should call panX.setValue
instead of performing an animation
szymonrybczak
force-pushed
the
feat/add-disable-animation
branch
from
September 9, 2022 19:18
2f568d8
to
13c2037
Compare
okwasniewski
approved these changes
Sep 10, 2022
satya164
suggested changes
Sep 19, 2022
szymonrybczak
force-pushed
the
feat/add-disable-animation
branch
from
September 24, 2022 12:32
939cc0a
to
07ee1b0
Compare
Hi, I have made a separated PR: see #1391 because I need to be able to deactivate animation only for distant tabs (I need to keep them for neighbor tabs) |
satya164
approved these changes
Sep 30, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
According to this issue #1371 I added the
disableChangeTabAnimation
to disable animation when changing tab.