File: control

package info (click to toggle)
slick 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: javascript: 2,120; makefile: 11; ruby: 8
file content (29 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: slick
Section: javascript
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               uglifyjs,
Standards-Version: 4.7.2
Homepage: http://kenwheeler.github.io/slick/
Vcs-Browser: https://salsa.debian.org/debian/slick
Vcs-Git: https://salsa.debian.org/debian/slick.git

Package: libjs-slick
Architecture: all
Depends: ${misc:Depends},
         libjs-jquery,
Recommends: javascript-common
Description: responsive carousel jQuery plugin
 slick is a responsive carousel jQuery plugin that supports multiple
 breakpoints, CSS3 transitions, touch events/swiping and much more.
 .
 Features:
  * Fully responsive. Scales with its container.
  * Separate settings per breakpoint
  * Uses CSS3 when available. Fully functional when not.
  * Swipe enabled. Or disabled, if you prefer.
  * Desktop mouse dragging
  * Infinite looping.
  * Fully accessible with arrow key navigation
  * Add, remove, filter and unfilter slides
  * Autoplay, dots, arrows, callbacks...