Are expand/collapse animations (such as jQuery's slideUp/slideDown) a good idea for the categories or refinement hierarchy in an ecommerce site or are they too distracting? Should the expand/collapse just happen instantly when the user clicks? Most major retailers seem to just show and hide the content instantly (many even incur a navigate/postback and redisplay).
|
|
|||
|
|
closed as off topic by John Conde♦ Nov 15 '12 at 16:29
Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
If the first click which expands the menu also links to that first level category page I think it's ok to use, but if you're forcing a user to click once to open the menu, a second time to click to their category you're going to have a lower conversion rate of people getting to the category pages. Another and better option in my opinion is to have a top level list of categories, no animations when clicked. Simply link to the category pages once on the first level category now on your menu show the sub categories of the parent. |
|||
|
|