The fadein
tag hides a question widget when the page loads, and fades it in after a period of time. The purpose of this tag is to encourage respondents to read the content of the page prior to answering the question.
The example above sets the delay to 3000ms (3 seconds) after the page loads.
Details
- The
fadein
tag accepts 'y' and 'n' inputs. - The
fadein_delay
tag customizes how long to wait before the fade in begins. If undefined, the default value is 1000 ms (1 second). - The
fadein_duration
tag customizes how long the fade should take to complete. If undefined, the default duration is 1000 ms. - The
fadein
tag is valid on radio, checkbox, pulldown, slider, text, textbox, table, and rank questions. - The
fadein
tag may be added to aset defaults
orstart group
widget to apply the fade in settings to multiple questions at once.
Additional examples
Fade in, 5 second duration
This example sets the duration to take 5000ms, with the default 1000ms delay before the fade begins.
Comments
0 comments
Please sign in to leave a comment.