如何在html中逐行显示文本?

时间:2016-07-26 23:18:26

标签: javascript html css text

我有一堆文字,我希望浏览器逐行显示文本(不是全部,每行之间可能是一秒)。这可能在HTML中吗?或者我需要javascript以及如何?

2 个答案:

答案 0 :(得分:0)

尝试使用animate.css

将其置于您的代码之间

<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">

然后添加像这样的东西

<p class="animated fadeIn">Example</p>
<p class="animated fadeIn">Example</p>
<p class="animated fadeIn">Example</p>
<p class="animated fadeIn">Example</p>

答案 1 :(得分:0)

如果您使用<p></p>并使用&#34;自动换行设置样式:break-word;&#34;, 多数民众赞成应该这样做,我认为你应该再次研究css和html。