sghall / resonance

:black_medium_small_square:Resonance | 5kb React animation library
https://sghall.github.io/resonance
MIT License
1k stars 27 forks source link

Alignment of Example: HTML in readme #23

Closed pbhj closed 7 years ago

pbhj commented 7 years ago

Alignment of example is wrong

In "Example: HTML" of readme the alignment on FF Mobile is wrong pushing the column of tuples off to the right outside the visual box presented by the UI.

Steps to reproduce (only needed for problems)

View on mobile. FWIW alignment is correct when viewed in landscape for me, only portrait mode is wrong.

Versions (only needed for problems)

sghall commented 7 years ago

Yeah. I should make that demo a little nicer. It's just using simple absolute positioning so it will spill outside the container. I added it to show that you can animate HTML since all the other demos are SVG stuff. I'd like to have a few more HTML demos. PRs are welcome on this!

pbhj commented 7 years ago

https://ibb.co/jS3Xpa

sghall commented 7 years ago

Fixed this example. Thanks!