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

fix: new modal animation #139

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

aromanov91
Copy link

No description provided.

</Actions>
<SimpleModal
show={state.delete}
size={'m'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

size="m"

</Actions>
<SimpleModal
show={state.notification}
size={'m'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

size="m"

</Actions>
<SimpleModal
show={state.email}
size={'m'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

😠

</Actions>
<SimpleModal
show={state.snapping}
size={'m'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

😡

Copy link
Member

Choose a reason for hiding this comment

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

💩

transition: `opacity ${timeout}ms ease, transform ${timeout}ms ease`,
}),
exitClassName: (timeout: number) => css({
opacity: 0,
transform: 'translate3d(0, -100%, 0)',
transform: 'scale(0.94)',
Copy link
Collaborator

Choose a reason for hiding this comment

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

посмотри как работает рекапча в модалке размером s

@aromanov91 aromanov91 changed the title Animation edit fix: new modal animation May 7, 2019
@dimonka83 dimonka83 marked this pull request as draft August 3, 2022 04:41
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.

3 participants