Tell me, please, how can I turn off the form appearance animation effect? So that it does not pop up from the bottom when loading. http://codepen.io/neel2292/pen/jbjMLe введите сюда код

    1 answer 1

    It's simple. Remove the classes "animated slideInUp" in the div tag that comes right after the body. I also think it is worth deleting "animated slideInDown" a little lower in the P tag with the class "installment-label"

    • Thank! Everything turned out :) - K.ildar