- From: Yehonatan Daniv via GitHub <sysbot+gh@w3.org>
- Date: Sat, 26 Feb 2022 10:51:18 +0000
- To: public-css-archive@w3.org
These `phase`s look pretty good for some cases, but I have couple of quite common cases which don't seem to be very straightforward using those: 1. The "animate-while-sticky" case: was very prominent effect in the apple.com product LP's, where scrubbing the effect would start once the source becomes sticky (position), and end once it's started being pushed up again. See example: https://codepen.io/ydaniv/pen/OJOobVR. Perhaps we could achieve this with a `cover` phase? Or perhaps introducing `margin`s? 2. The "background scroll effect" case: quite common on Wix sites, where the source is a container, and the target is usually a media element clipped by the source. These events usually start in some threshold in `entry` and end at another on `contain` or even at `exit`. So question is how do we stretch an effect across phases? -- GitHub Notification of comment by ydaniv Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7044#issuecomment-1051997505 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 26 February 2022 10:51:21 UTC