xudafeng / autoresponsive-react

⚛️ Auto Responsive Layout Library For React

Home Page:https://xudafeng.github.io/autoresponsive-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial animation disable option?

kschethan opened this issue · comments

Hey, this is a great library. Thanks for this.
I have a question, is there an option to disable the initial animation, may be we can pass it via getAutoResponsiveProps() ?

Thanks for replying.
But that removes all the animations, even the one when you resize the window. I want to disable only the initial animation. Is there any way?

@kschethan I know what you wanna. How about hack with css !important to disable animation?Recover it with browser scripts at any time.