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

add custom createTransitionString function #239

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

j3l11234
Copy link

In my case I want to add background-color transition.
I think customization the createTransitionString function is a good way, Because we may add other transition.

{
  transition: transform 500ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms, background-color 500ms ease-in-out 2000ms;
}

@joshwcomeau
Copy link
Owner

hi @j3l11234,

Sorry I never addressed this. This project has been on the back burner for me, in a totally different kitchen.

I'm not looking to add any more features to this repo, I don't have time to maintain it as-is. Glad that you've found functionality that is useful though! I'll leave this PR open so others can discover it / use your fork if they also need this.

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.

None yet

2 participants