/* Hiding Cursor when move out of website viewport */ body:hover .cursor { opacity: 1; } .cursor { pointer-events: none; }
a
b
o
u
t
a
b
o
u
t
n
f
t
n
f
t
m
u
s
e
u
m
m
u
s
e
u
m
g
a
l
l
e
r
y
g
a
l
l
e
r
y
a
w
a
r
d
s
a
w
a
r
d
s
s
h
o
p
s
h
o
p
love story
Love Story
06
news
news
06
dear farshchian
Dear Farshchian
06
foundation
Foundation
06
licensing
Licensing
05
contact
contact
06
SHOP
←
Back to Gallery
Blissful Connection
18in x 13in
2009
Inspired by love that flows so freely in nature.
next work
Blissful Suffering
scroll for more
gallery
News
foundation
Awards
// Hiding Cursor when move out of viewport $("a").mouseenter(function () { $(".cursor").click(); }); $("a").mouseleave(function () { $(".cursor").click(); });