BREAKING CHANGES
transition-speedno longer exists. Now, speed is controlled through a bezier curve (--transition-bezier), and duration (--transition-duration) flags (note this also applies to the env var, SWWW_TRANSITION_SPEED). A warning was added when we detect the presence of theSWWW_TRANSITION_SPEEDenvironment variable. This warning will go away in the next release, it is only there as a means of making sure everyone knows the variable has been superseeded, and having it in your configs no longer does anything.
Improvements:
- New grow transition.
growandoutertransition now accept a--transition-poscommand line argument. By @flick0. - Transitions
grow,outerandwipenow work with bezier curves (see breaking changes, above). This allows for finer control in animation speed than before. Also by @flick0. - Very slightly faster decompression routine
Thanks a lot to @flick0, for doing pretty much all of the heavy-lifting for this release!