J
J
jenya77712016-06-29 23:57:57
JavaScript
jenya7771, 2016-06-29 23:57:57

Are there strange shifts when using jquery animation?

When using jquery animation, strange shifts occur after the second block appears?
How to fix this problem?

$("#siteVizitka").bind("click", function() {
    $(".step1").hide(1000);
    $("#sV").show(1000);
    back = "#sV";
 });

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2016-06-30
@br3t

Without the code at work, it's hard to say something here. Perhaps the blocks have different sizes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question