Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Add support property classnames as object. #7

Open
Lol9tor opened this issue Jun 6, 2018 · 1 comment
Open

Add support property classnames as object. #7

Lol9tor opened this issue Jun 6, 2018 · 1 comment

Comments

@Lol9tor
Copy link

Lol9tor commented Jun 6, 2018

As it works with CSSTransition, we should make this works here. Object will look like that:

{
  classNames: {
    enter: 'classname1',
    enterActive: 'className2',
    exit: 'className3',
    exitActive: 'className4'
  }
}

We need it for using this transition with css modules

@Lol9tor Lol9tor changed the title Add support property classnames for object. Add support property classnames as object. Jun 6, 2018
@nwalters512
Copy link
Member

I've started working for the summer so I'll have somewhat limited time to work on this. Feel free to submit a PR in the meantime!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants