• This repository has been archived on 24/Jan/2018
  • Stars
    star
    65
  • Rank 456,081 (Top 10 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 11 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

skrollr plugin that adds some missing features to IE < 9

skrollr-ie

skrollr plugin that adds some missing features to IE < 9

The plugin makes IE understand opacity, rgb() and hsl() (the ones with alpha are mapped to them) and it creates a very simple document.querySelector polyfill which only supports ID selectors (using getElementById). Needed if you want to use data-anchor-target.

Documentation

Include dist/skrollr.ie.min.js after the core using conditional comments.

<script type="text/javascript" src="skrollr.min.js"></script>

<!--[if lt IE 9]>
<script type="text/javascript" src="skrollr.ie.min.js"></script>
<![endif]-->

Changelog

1.0.3 (2014-04-30)

  • Fixed issues with opacity. The filter is now getting removed when opacity is 1 (#4).

1.0.2 (2013-11-24)

  • Reverted #3. Leaving the opacity filter on the element even with 100% keeps it from getting anti-aliasing (#1).

1.0.1 (2013-11-16)

  • Don't remove the opacity when it reaches 1 (#1, #3).

1.0.0 (2013-05-18)

  • Moved skrollr-ie to a dedicated repo.

More Repositories

1

skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
HTML
18,543
star
2

skrollr-menu

skrollr plugin for hash navigation
HTML
283
star
3

skrollr-stylesheets

Allows separation of skrollr keyframes and the document
JavaScript
231
star
4

jquery-inlog

See what your jQuery code does inside like a boss.
JavaScript
155
star
5

scrollmeister

Open-source JavaScript framework to declaratively build scrolling experiences
JavaScript
37
star
6

youtube-iframe

Wrapper for dynamically loading the YouTube iframe api script
HTML
24
star
7

delayed-css-drop-down

CSS ONLY drop down menu which closes after short delay
20
star
8

better-svelte-virtual-list

Proper opinionated implementation of a virtual scrolling list for equal-height items in Svelte.
Svelte
16
star
9

cloud-metadata-services

List of metadata service endpoints for different cloud providers for your pentesting needs.
14
star
10

jquery-mobile-less-themes

Create jQuery Mobile themes using less.js (INACTIVE)
14
star
11

0

lightbox (as in light beer) script in almost 0 (981) bytes
JavaScript
13
star
12

twitter-widgets

Wrapper for dynamically loading the Twitter widgets script (follow button, embedded tweets etc.)
HTML
9
star
13

lazy-fingers

Client side text search for lazy people. Similar to Sublime Text's fuzzy search.
JavaScript
9
star
14

zipsprite

Reduce HTTP requests by packing binary assets into a zip and accessing them via Blob URLs directly from memory
JavaScript
7
star
15

skrollr-path

Just an empty repo. Check back soon. Or don't.
JavaScript
7
star
16

mongoose-encrypt

Transparent encryption for Mongoose fields with built-in password migration
JavaScript
6
star
17

js1k-love-entry

My love themed js1k entry
JavaScript
3
star
18

trawler

Express middleware to troll bots. A combination of "trolling" and "crawler", also a boat for catching a lot of fish. Gotta catch 'em all.
JavaScript
3
star
19

nicenshtein

Efficiently index and search a dictionary by Levenshtein distance
Go
2
star
20

minimal-csp

A minimal Content-Security-Policy to get started with
2
star
21

create-object-url

Normalize URL.createObjectURL, webkitURL.createObjectURL and don't crash older browsers
JavaScript
2
star
22

crog

Dead simple image cropping UI
JavaScript
1
star
23

nicenshtein-server

HTTP server for Nicenshtein
Go
1
star
24

moment-objectid

Format a moment instance as ObjectId-string for use in MongoDB queries
JavaScript
1
star
25

node-solr-synonyms

Parse Solr/ElasticSearch synonyms files into JavaScript objects
JavaScript
1
star