alvarotrigo / alvarotrigo/fullPage.js
Disable dragAndMove on responsive ?
Abierto
documentation
enhancement
- Lenguaje dominante
- JavaScript
- Estrellas
- 35.4k
- Forks
- 7.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
If the responsiveWidth setting is used, the dragAndMove vertical should be disabled. As of now the responsiveWidth setting is ignored when dragAndMove is used.
Also it would be nice to set dragAndMove options per viewport (its just a suggestion and in no way is implemented in fullpage.js yet):
```
dragAndMove : [
{
setting: false
},
{
breakpoint: 500
setting: 'horizontal'
},
{
breakpoint: 1200
setting: true
}
],
responsiveWidth: 500
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.