Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Change scroll smooth: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
Line 1: Line 1:
When you create question single grid, if you use question layout <strong>Page</strong>.<br/>
When you create question single grid, if you use question layout <strong>Page</strong>.<br/>
[[File:2021-11-15_16-39-58.png]]
[[File:2021-11-15_16-39-58.png]]<br/>
It will use scroll page default, if you want to change it.<br/>
It will use scroll page default, if you want to change it.<br/>
Please change CSS in layout questionnaire.<br/>
Please change CSS in layout questionnaire.<br/>

Revision as of 10:03, 15 November 2021

When you create question single grid, if you use question layout Page.

It will use scroll page default, if you want to change it.
Please change CSS in layout questionnaire.
Advanced - Survey - Layouts - Search layout name that you are using - Open - Tab Layout detail - Style sheet

Search CSS:
- if it really existed, please change number in css code (ex: 800)

.question_layout_paged_mobile .cg-ui-answer-option {
	--smooth-scroll-duration: 800;
}



- if it doesn't exist yet, please copy code css bellow, paste in tab Style sheet and save. Please change number in css code if you want (ex: 800)

.question_layout_paged_mobile .cg-ui-answer-option {
	--smooth-scroll-duration: 800;
}