{
...
chainWebpack: config => {
config.plugins.delete('prefetch');
config.plugins.delete('preload');
},
...
}
$('#spisoc > .Content:gt(3)').hide();
.browserlistrc
.For browser- or Electron-based projects, we recommend using a .browserslistrc file to specify targets. You may already have this configuration file as it is used by many tools in the ecosystem, like autoprefixer, stylelint, eslint-plugin-compat and many others.
Скорость = screen.height / 1000; /* один экран за одну секунду */
Расстояние = body.scrollHeight; /* высота всей страницы */
Время = ?
Время = Расстояние / Скорость;
$('body').animate({scrollTop: Расстояние * -1}, Время);
screen.height - 1000
body.scrollHeight - t?
t = body.scrollHeight * 1000 / screen.height;