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

[JIT] Support animation lists #5252

Merged
merged 2 commits into from
Aug 21, 2021
Merged

[JIT] Support animation lists #5252

merged 2 commits into from
Aug 21, 2021

Conversation

bradlc
Copy link
Contributor

@bradlc bradlc commented Aug 18, 2021

Fixes #5015

This PR adds support for animation lists in JIT mode, e.g.

{
  theme: {
    extend: {
      animation: {
        multiple: 'bounce 2s linear, pulse 3s ease-in',
      },
    },
  },
}

@bradlc bradlc changed the title [JIT] Support animation lists [WIP, JIT] Support animation lists Aug 19, 2021
@bradlc bradlc changed the title [WIP, JIT] Support animation lists [JIT] Support animation lists Aug 19, 2021
@bradlc bradlc changed the title [JIT] Support animation lists [WIP, JIT] Support animation lists Aug 20, 2021
@bradlc bradlc changed the title [WIP, JIT] Support animation lists [JIT] Support animation lists Aug 20, 2021
@adamwathan adamwathan merged commit b56b4c0 into master Aug 21, 2021
@adamwathan adamwathan deleted the animations-multiple branch August 21, 2021 02:39
@adamwathan
Copy link
Member

Thanks ❤️

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.

Custom animations with more than 1 animation separeted by commas dont work
2 participants