Problem
Item transitions for List Bullet are working, coming in one at a time, but items using List Bullet 2 come in as a single "block" of items not one at a time as I expected.
Reason
The list of styles used in the listbullet,listbullet2,listnumber variable may contain a space between the styles. For example listbullet,(space) listbullet2. Styles in the list should only be separated by a comma.
Solution
Remove the space between the styles in the list, for example listbullet,listbullet2.