/* 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
The Lady of Autumn
32in x 20in
2002
Celebrating the beauty of the fall equinox.
next work
The Last Breath
scroll for more
gallery
News
foundation
Awards
// Hiding Cursor when move out of viewport $("a").mouseenter(function () { $(".cursor").click(); }); $("a").mouseleave(function () { $(".cursor").click(); });