Re: [csswg-drafts] [scroll-animations] Support progress-based animations on finite timelines (#4862)

This is a personal view but for `progress` I've used 0-1 in Popmotion for years as it's directly applicable, as in it can be passed directly to easing functions, or (ironically) used to get a percentage of a value through direct multiplication. 

I also think it's self descriptive an intuitive in a way that integers aren't:

```javascript
mix(origin, target, 0.5)
// vs
mix(origin, target, 50)
```

-- 
GitHub Notification of comment by InventingWithMonster
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4862#issuecomment-611333502 using your GitHub account

Received on Thursday, 9 April 2020 05:18:32 UTC