It's a silly rule since it doesn't have box-shadow-radius, spread, color, etc.
boxShadow: anim.interpolate({
inputRange: [ 0, 1 ],
outputRange: [
'0px 0px 0px hsla(0, 0%, 0%, 0.5)',
'0px 0px 40px hsla(0, 0%, 0%, 0.5)'
]
}),
That would be cool! but seems heavy to have to dig in and find every possible number that could be interpolating :\
Any ideas?