Open ValiDraganescu opened 4 years ago
In Collapse.js I see
render() {
const { defaultHeight } = this.state;
const { p, children, isOpen, ...rest } = this.props;
/**
* Duration for the transition
*/
const duration = 400;
...
This means the duration is hardcoded?
Yes @ValiDraganescu, It is hardcoded right now. I will soon update it in the next version, for custom transitions.
I ended up copying Collapse.js and modifying per my needs, it works for now
Great @ValiDraganescu
@proksh I would like to know if this issue has been fixed
@bobbylemm Not yet!
@LucaMoro96 can I work on this
@bobbylemm Sure!
Alright great
hi @ValiDraganescu can i work on this?
Hi @manan1979 , this is not my repo, I see others above offering to work on this one, so maybe check with @bobbylemm
Hi, I am using atomize for a toy project. I noticed that the collapse atom is not very snappy in it's animation, I'd like to speed up the animation. How to do this? Thank you!