BREAKING CHANGES
transition-speed
no 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_SPEED
environment 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.
grow
andouter
transition now accept a--transition-pos
command line argument. By @flick0. - Transitions
grow
,outer
andwipe
now 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!