You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Hey,
Animations are great, but sometimes apps feel a bit snappier without these. I know we can overwrite them with some animation object like below, but just handing animations={false} or animations={null} would be a bit more intuitiv and comfortable.
<Treebeardanimations={false}/>
Thats whats currently necessary:
varanimations={toggle: (state)=>{return{};},drawer: (/* state */)=>{return{enter: {},leave: {}};}}<Treebeardanimations={Animations}/>
The text was updated successfully, but these errors were encountered:
Hey,
Animations are great, but sometimes apps feel a bit snappier without these. I know we can overwrite them with some animation object like below, but just handing
animations={false}
oranimations={null}
would be a bit more intuitiv and comfortable.Thats whats currently necessary:
The text was updated successfully, but these errors were encountered: