readium / readium-shared-js

Repository for the shared JavaScript libraries that are used in the SDK-Launchers and other applications developed on top of the SDK
BSD 3-Clause "New" or "Revised" License
78 stars 102 forks source link

Broken fixed-layout FXL page transition effects #235

Open danielweck opened 8 years ago

danielweck commented 8 years ago

Looks like the combined CSS presentation effects on iframe contents and iframe parents do not work anymore, probably something to do with animation timing (easy to check with setTimeout() on the END transform), and the "scaler" container for the page (zoom applied to the HTML element of content documents vs. the iframe's div parent). Disabled feature: https://github.com/readium/readium-shared-js/commit/4bfb03996e9a641084d833df5bee4dc95343a99c https://github.com/readium/readium-js-viewer/commit/d16545b0b621bcd7e6186cf9ee6b175894e3bba3

rkwright commented 8 years ago

Leaving this open to track the fact that the transitions are disabled.