codevise / pageflow

Multimedia story telling for the web.
http://pageflow.io
MIT License
692 stars 126 forks source link

Remove legacy clip for revealed sections #1993

Closed tf closed 1 year ago

tf commented 1 year ago

We already adapted the clip-path before to prevent line artifacts from showing up between sections. Now there appear to be cases where the fallback clip property causes this problem as well. Since it was only meant to support IE 11, which we no longer support anyway, the fallback can be removed.

REDMINE-20413