Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fragment "strike" #737

Closed
pnsantos opened this issue Dec 2, 2013 · 5 comments
Closed

Add fragment "strike" #737

pnsantos opened this issue Dec 2, 2013 · 5 comments

Comments

@pnsantos
Copy link

pnsantos commented Dec 2, 2013

Hi, I don't know if there's a "nice way" to do this now, but it would be nice if one of the available options for fragment was to "strike" the text (i.e. identical effect to putting the text within the fragment between the <del> tag).

Something like this:

<p class="fragment strike">strike</p>

First:

strke

Then:

strike

hakimel added a commit that referenced this issue Dec 3, 2013
@hakimel
Copy link
Owner

hakimel commented Dec 3, 2013

Good idea for a useful fragment style, this has been added to the dev branch.

@hakimel hakimel closed this as completed Dec 3, 2013
@destan
Copy link

destan commented Nov 27, 2014

@hakimel this seems broken on dev branch, at commit 8c76f85

<p class="fragment strike">strike</p> this results in directly striked-out content

@fgather
Copy link

fgather commented Sep 2, 2015

I can confirm the issue. It is broken in the latest release.
As a workaround I added "visibility: visible;" in the scss to the corresponding .fragment.strike class definition.

@hakimel
Copy link
Owner

hakimel commented Sep 2, 2015

Thanks for reporting. This has been fixed in dev – the fragment is now visible before being striked out.

@fgather
Copy link

fgather commented Sep 2, 2015

thanks for the extremely fast response! (And for the great presentation framework)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants