Stacklist is a presentation component Created by Dan storey.
The Stacklist component displays list items one at a time when the learner clicks a button. Items fly into view from left and right alternately.
##Installation
Simply copy this folder into src/components/ and run the grunt build
command.
The attributes listed below are used in components.json to configure Stacklist, and are properly formatted as JSON in example.json.
For core model attributes see core model attributes. The attributes listed below are specific to the Stacklist
component.
_component (string): This value must be: stacklist
.
_items (array): An array of text strings, each one representing one list item. Text may include html.
No known limitations
Version number: 1.0 Framework versions: 2.0 Author / maintainer: Dan Storey