-
-
Notifications
You must be signed in to change notification settings - Fork 967
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed
jquery.inview
JavaScript library
The `jquery.inview` library was being used to trigger an animation when an icon in a feature list element is fully visible on screen. This patch replaces `jquery.inview` with an implementation based on `IntersectionObserver`, which is widely supported: https://caniuse.com/intersectionobserver. This patch also simplifies the structure of `list-feature.js`.
- Loading branch information
Showing
15 changed files
with
13 additions
and
913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
djangoproject/static/js/lib/jquery.inview/README.textile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
djangoproject/static/js/lib/jquery.inview/example/advanced.html
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
djangoproject/static/js/lib/jquery.inview/example/live_event.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.