Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Releases: staaky/strip

1.2.7

08 Nov 22:33
Compare
Choose a tag to compare
Fixed image jitter when resizing on some browsers

1.2.6

08 Nov 21:07
Compare
Choose a tag to compare

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

29 Oct 02:18
Compare
Choose a tag to compare
Fixed a bug in Strip.show()

Using Strip.show() with a position but without options didn't pass along
empty options.

1.2.4

21 Oct 11:36
Compare
Choose a tag to compare
Moved close button to the right

This is a more natural position and keeps it static while animating.
There's no need to keep it on the left now that it's possible to click
anywhere on the page to close.

1.2.3

18 Oct 18:58
Compare
Choose a tag to compare
Renamed strip[.min].js to strip.pkgd[.min].js

This makes it clearer which files are packaged and which files are
source files.

1.2.2

18 Oct 15:18
Compare
Choose a tag to compare
  • Strip is now fully compatible with Bower, it can be installed using:

    bower install strip

  • Fixed minified file missing from package

1.2.1

18 Oct 14:51
Compare
Choose a tag to compare
some json updates

1.2.0

18 Oct 14:40
Compare
Choose a tag to compare
fix grunt zip

1.1.2

09 Oct 21:19
Compare
Choose a tag to compare
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.

1.1.1

09 Oct 07:01
Compare
Choose a tag to compare
Fixed the Chrome video glitch when toggling.

Added a workaround to fix the Chrome video glitch when removing an
iframe, this happened when quickly toggling a video.