我试图让第二个(较低)级别的子弹点io2012与其父级子弹点分开制作动画,如下所示:
>* First level animates by itself
>+ Second level then animates by itself
>* Another first level animates by itself
Run Code Online (Sandbox Code Playgroud)
我尝试过使用HTML的几种解决方法,比如>*在>+尝试缩进子弹时使用<div style="padding-left: 1em">>* Second level animated by itself.
然而,这只是缩进文本而不是项目符号.我的实验<li style="padding-left: 1em">...</li>同样失败了.
如果没有HTML解决方案,解决方案是否涉及CSS或JavaScript?