v0.1.4
Pre-release
Pre-release
Support string numbers for propTypes
PropTypes only took a number for staggerDurationBy
, but it feels weird to specify a number for a prop. Better to accept numbers or strings, and do the conversion within (which is done by multiplying the number).