chrismcginlay / eduduck

An abandoned online course hosting platform/marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default jQuery slideUp

chrismcginlay opened this issue · comments

Bigger forms/pages would benefit from default slideUp() effect applied.
SlideToggle is fine, but on a long form, such as course edit, it would be better to have the default slideUp effect for many of the fieldsets.

Probably define a class 'shadable shade-init-up' in static/common.css
In static/common.js, after doc ready, $( shadable shade-init-up ).slideUp( 0 ),
also possibly need to set some css in that js file.

This is now fixed in branch. Just needs a little more testing and consideration of where to use on the site.