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

Adding support for multiple css transition classes #628

Merged
merged 1 commit into from
Jan 3, 2020

Conversation

rorticus
Copy link
Contributor

@rorticus rorticus commented Jan 3, 2020

Type: bug / feature

The following has been addressed in the PR:

Description:

Adding support for multiple class names in the enter/exit animation properties. This should let us use these properties with theming.

<div enterAnimation="class1 class2" exitAnimation="class3 class4" />

Resolves #624

@rorticus rorticus requested a review from agubler January 3, 2020 17:17
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 3, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit e387d46:

Sandbox Source
cranky-nobel-hdnl0 Configuration

@rorticus rorticus merged commit 71a891b into dojo:master Jan 3, 2020
@rorticus rorticus deleted the issue-624 branch January 3, 2020 17:35
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.

enter/exit animations should support multiple class names
3 participants