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

Fix tspan selector #1602

Merged
merged 1 commit into from
Apr 17, 2017
Merged

Fix tspan selector #1602

merged 1 commit into from
Apr 17, 2017

Conversation

rreusser
Copy link
Contributor

@rreusser rreusser commented Apr 17, 2017

fixes #1556

I thought this was going to be very problematic since I struggled with it a lot the first time, but it turned out to be pretty simple. Just required selecting tspan.line instead of tspan when tweaking properties for animation. It was positioning regular inline spans the same as lines, which I think was the extent of the problem.

cc @n-riesco

No tests added since it's transient behavior that I don't quite know a good way to test.

An animation of this working simultaneously with tspans representing both <span> and <br> tags:

ezgif-3-da7582232b

Unverified

This user has not yet uploaded their public signing key.
@etpinard etpinard added status: reviewable bug something broken labels Apr 17, 2017
@etpinard
Copy link
Contributor

Nicely done 💃

@rreusser rreusser merged commit e650a7c into master Apr 17, 2017
@rreusser rreusser deleted the fix-span-animation branch April 17, 2017 22:21
@etpinard etpinard added this to the v1.26.0 milestone Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<span>'s in text labels move during animations
2 participants