Skip to content

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

3 participants