(v, start, end)
| 246 | } |
| 247 | |
| 248 | function startEnd(v, start, end) { |
| 249 | return v === 'start' ? start : v === 'end' ? end : v; |
| 250 | } |
| 251 | |
| 252 | function setInflateAmount(properties, {inflateAmount}, ratio) { |
| 253 | properties.inflateAmount = inflateAmount === 'auto' |