Problem/Motivation
This module does not work as is with Firefox - the fallback work is broken.
Steps to reproduce
Install module, configure an animated transition, and attempt to use with Firefox. The page fully reloads, no transition, no animation.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork view_transitions-3578389
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
freelockNote that when combined with #3558681: Add option to transition only the main content area instead of entire body, the same line is getting changed. The end result should favor the document.body.classList instead of evt.detail.target.classList .
This fixes the fallback support for Firefox -- without it, Firefox does full page reloads with no animations. With it, animations work, and the page content gets reloaded without a page refresh.
Comment #4
brianperryChanges look reasonable here, but as you suspected @freelock, there is a merge conflict on the MR that needs to be resolved.
Comment #5
freelockOk! Rebased on the new HEAD of 1.0.x, should be good to go!
Comment #7
brianperry