ewen-lbh/smooth-cursorify

Add support for codepen

oeddotdev opened this issue · 2 comments

add support for codepen.io

Hi! There's hope because codepen renders its own cursor in a <div>. However the position is set with left, right top and bottom, which I can't seem to animate?

it may be possible with some even more dirty hacks to "convert" left/top/right/bottom into transform: translate(..., ...) , will see about that sometime

Can't wait!!