This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Releases: staaky/strip
Releases · staaky/strip
1.2.7
1.2.6
Fixed invisible spinner during a resize animation and made sure the
spinner never shows up for previously loaded content.
Added a spinner option to disable the loading icon. Disabling effects
also disables the spinner.
Changed how options and the default skin are handled internally.
Cleaned up some helper functions.
Slightly saturated the color of the error for broken images.
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
Switched to a CSS workaround for the Chrome glitch This fixes the visual glitch in Chrome when toggling a video quickly, without affecting the entire page like the javascript workaround did. We used to set "transform: translateZ(0px)" on the entire page in all WebKit browsers for a short duration, which could cause other sorts of conflicts. The new CSS workaround only affects the 'strp-window' element.