/
githubmirror
/
fullPage.js
Обзор
Документация
Войти
/
githubmirror
/
fullPage.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/js/speed.js
11 строк
283 B
Alvaro Trigo López
- v4 version
16 мар 2022, 21:03
16 мар 2022, 21:03
902c448
Код
Авторство
О чём код?
import { setVariableState } from './common/options.js'; import { FP } from './common/constants.js'; FP.setScrollingSpeed = setScrollingSpeed; /** * Defines the scrolling speed */ export function setScrollingSpeed(value, type){ setVariableState('scrollingSpeed', value, type); }