You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
In one case, i think that this visualization can be improved.
As you can see in this picture, the last image will be bigger if the cursor is on the left site of the picture, than it would be if it is centered. (crosshair shows the cursor position)
As a user, you would expect to see the biggest image when you are exactly over it. You have this effect in the middle of this visualization.
Edit:
Fiddle: http://jsfiddle.net/t0pbqe3j/3/
With a simple hack, i can stop the redraw and modify evented mouse position.
http://jsfiddle.net/t0pbqe3j/2/
Just for the idea for what i am talking about.
The text was updated successfully, but these errors were encountered:
In this amazing visualization from the NY-Times team, you can see the Cartesian Disortion in action.
In one case, i think that this visualization can be improved.
As you can see in this picture, the last image will be bigger if the cursor is on the left site of the picture, than it would be if it is centered. (crosshair shows the cursor position)
As a user, you would expect to see the biggest image when you are exactly over it. You have this effect in the middle of this visualization.
Edit:
With a simple hack, i can stop the redraw and modify evented mouse position.
Just for the idea for what i am talking about.
The text was updated successfully, but these errors were encountered: