fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

Position tooltips properly on all screens #98

Closed rmunn closed 8 years ago

rmunn commented 8 years ago

The reveal.js animated slide transitions are done with 3D transforms, which throws off the element-positioning logic from FSharp.Formatting since it assumes a "normal" Web page. Under reveal.js, tooltips should be positioned as a sibling of the element they belong with. Then their positioning will be correct no matter what 3D transform is in effect.

Fixes #71.

rmunn commented 8 years ago

@forki - Any problems with this PR? Any objections to merging it in?

forki commented 8 years ago

cool stuff. thanks