I am trying to get the second (lower) level bullet points in io2012
to animate separately from their parent bullet point, like this:
>* First level animates by itself
>+ Second level then animates by itself
>* Another first level animates by itself
I've tried several workarounds with HTML like using >*
in place of >+
while attempting to indent the bullet with <div style="padding-left: 1em">>* Second level animated by itself
.
However this just indents the text but not the bullet point. My experimentation with <li style="padding-left: 1em">...</li>
similarly failed.
If there is no HTML solution, does the solution involve either of CSS or JavaScript?
list-style: inside;
in your nested list item element? Something like this: jsFiddle demo. – Platinaul
has classbuild incremental
. Is there a JS shortcut to append allul
's with this class? – Predial