alvarotrigo / alvarotrigo/fullPage.js
Disable dragAndMove on responsive ?
Aberta
documentation
enhancement
- Linguagem predominante
- JavaScript
- Estrelas
- 35.4k
- Forks
- 7.1k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.