reveal.js: HowTo strikeout text fragment

Step-by-Step descriptions of how to do things.
Post Reply
User avatar
peter_b
Chatterbox
Posts: 371
Joined: Tue Nov 12, 2013 2:05 am

reveal.js: HowTo strikeout text fragment

Post by peter_b »

Here's a short HowTo about how to strike out text as fragment in "reveal.js":

Code: Select all

<span class="fragment strike">
    Hello
</span>
Enjoy.
Post Reply