|
|
|
User Rating: Rated by: |
Fair (2.6/5) 13 user(s) |
|
|
|
ContentFlow description |
|
|
This is a flexible Coverflow / ImageFlow-like flow written in JavaScript, which can handle any kind of content.
It allows for multiple customizable flows to be displayed on the same page.
Here are some key features of "ContentFlow":
· add-ons / styles
· auto-generated reflection
· auto initialization
· auto resize
· circular flow (wrap around)
· loading indicator
· add / remove items dynamically
· click to select control
· mouse wheel control
· keyboard control
· drag 'n throw control
· pre- and next-button control (not browser back and forward button)
· item as link
· caption as link
· scrollbar
· special "click active item" action
· reflection overlay
What's New in This Release: [ read full changelog ]
· added AddOn System
· handles now 'href' and 'target' attributes of 'item' and 'content' items by default
· will respect style-height attributes of ContentFlow and flow elements (has to be defined on the element it self)
· moved fancyScrollbar to AddOn
· added optional 'label' element to item (will be used as slider label)
· scrollbar will be hidden until loader is hidden
· default loader height fixed
· switched from array based structure to object based structure for items
· switched from index based calculations to global position based calculations
· merged mycontentflow.css into contentflow.css and and added mycontentflow.css.example
· new Initialization System: init when DOM is fully loaded; auto init of flows; auto loading of stylesheets; auto load of AddOns; background init of images
· changed calculation methods: added calcCoordinates; added calcRelativeItemPosition; removed calcPosition
· new methods: onMakeActive; onclickPreButton; onclickNextButton
· new options: useAddOns; circularFlow; activeElement
· enhanced options: added scaleFactorLandscape option value "max"; flowDragFriction deactivates drag 'n throw if set to '0'; scrollWheelSpeed deactivates scrollwheel if set to '0'
· internal restructuring and cleanup
· removed unneeded images
· switched to yuicompressor for javascript compression
· squashed many bugs
|
|