Jump to content
  • 0

Скип к топу страницы при активации анимации


Indorill24Empty
 Share

Question

Добрый день.

Делаю фиксированый, выезжающий по клику блок.

$( ".fixedmenu .close" ).on( "click", function() {
		$( ".fixedmenu" ).toggleClass( "open" );
});
.fixedmenu {    
	position: fixed;
    left: -335px;
    top: 150px;
    padding: 10px 30px 10px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px #000;
    z-index: 10;
    width: 325px;
	transition: left .5s ease 0s;
    -o-transition: left .5s ease 0s;
    -moz-transition: left .5s ease 0s;
    -webkit-transition: left .5s ease 0s;
    -ms-transition: left .5s ease 0s;
}
.fixedmenu.open {left: 10px;}

Сколлю страницу вниз, жму на селектор - анимация происходит - но страницу скипает к топу.

Раньше такого не было, правда делал обычно на интернет сайтах, а сейчас делаю в интранет сети, на корпоративном портале Confluence.

Скажите пожалуйста, почему такое может быть?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Причин уйма может быть.

В 04.04.2017 в 16:33, Indorill24Empty сказал:

жму на селектор

Если "селектор" про который вы говорите это тег <a> и в атрибуте href указан хештег "#" или что-то другое, то возможно в этом проблема.

Link to comment
Share on other sites

  • 0
В 13.04.2017 в 14:06, Даниил Виттманн сказал:

Причин уйма может быть.

Если "селектор" про который вы говорите это тег <a> и в атрибуте href указан хештег "#" или что-то другое, то возможно в этом проблема.

Спасибо за наводку.

В ссылке и стоял href="#", просто это интранет сеть, платформа Confluence и её редактор ссылку отображал как ?=pageid123123#

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy