Skip to content

[JIT] Support animation lists - #5252

Merged
adamwathan merged 2 commits into
masterfrom
animations-multiple
Aug 21, 2021
Merged

[JIT] Support animation lists#5252
adamwathan merged 2 commits into
masterfrom
animations-multiple

Conversation

@bradlc

@bradlc bradlc commented Aug 18, 2021

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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