All Projects → Mottie → Kwicks

Mottie / Kwicks

Licence: other
⛔ Kwicks for jQuery - fork of jQuery Kwicks by Jeremy Martin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kwicks

microsoft-teams-faqplusplus-app
DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
Stars: ✭ 47 (-6%)
Mutual labels:  deprecated, obsolete
roweb
⛔ [DEPRECATED] Active at https://github.com/ropensci/roweb2
Stars: ✭ 18 (-64%)
Mutual labels:  deprecated, obsolete
Sphero-Win-SDK
🚫 DEPRECATED: Sphero SDK for Win 8.1+ using RFCOMM
Stars: ✭ 36 (-28%)
Mutual labels:  deprecated, obsolete
AASecondaryScreen
[Deprecated] · Approachable implementation of iOS AirPlay-Mirroring using Swift.
Stars: ✭ 40 (-20%)
Mutual labels:  deprecated, obsolete
Azure-AppServices-Diagnostics
Azure App Service Diagnostics provides developers ability to write various diagnostics features which helps customers to diagnose and troubleshoot their applications hosted on app services.
Stars: ✭ 42 (-16%)
Mutual labels:  deprecated, obsolete
Sphero Ios Sdk
🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 232 (+364%)
Mutual labels:  deprecated, obsolete
jest-badges-readme
Creates a group of coverage badges from Jest into your README
Stars: ✭ 30 (-40%)
Mutual labels:  deprecated, obsolete
Cudlr
⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
Stars: ✭ 167 (+234%)
Mutual labels:  deprecated, obsolete
rok4
ROK4 est une suite d'outils open source développée par l'IGN France permettant la diffusion de données raster et vecteur en WMS, WMTS ou TMS. DEPRECATED ! Projet maintenu ici : https://github.com/rok4/documentation
Stars: ✭ 18 (-64%)
Mutual labels:  deprecated, obsolete
ionic-3D-card-carousel
DEPRECATED Sample project that shows an experimental 3D card carousel in Ionic.
Stars: ✭ 29 (-42%)
Mutual labels:  deprecated, obsolete
Sphero-AR-SDK
🚫 DEPRECATED: Sphero's augmented reality SDK
Stars: ✭ 46 (-8%)
Mutual labels:  deprecated, obsolete
QR
DEPRECATED The bookmarklet and extensions generate QRCode of the current URL for viewing on mobile devices (Google Chrome/Mozilla Firefox/Opera/Safari)
Stars: ✭ 20 (-60%)
Mutual labels:  deprecated, obsolete
Terraintoolsamples
Unity has archived the TerrainToolSamples repository. For future development, please use the Terrain Tools package.
Stars: ✭ 195 (+290%)
Mutual labels:  deprecated, obsolete
generator-oraclejet
DEPRECATED Yeoman generator for creating Web and Mobile-hybrid Oracle JET based applications
Stars: ✭ 13 (-74%)
Mutual labels:  deprecated, obsolete
Deprecated Dataapis
Markit On Demand - Market Data APIs
Stars: ✭ 181 (+262%)
Mutual labels:  deprecated, obsolete
try-compose
Sample project to try Jetpack Compose early developer preview here and now!
Stars: ✭ 28 (-44%)
Mutual labels:  deprecated, obsolete
Nexpose Client
DEPRECATED: Rapid7 Nexpose API client library written in Ruby
Stars: ✭ 134 (+168%)
Mutual labels:  deprecated, obsolete
Sphero Android Sdk
🚫 DEPRECATED REPO: Sphero™ is the amazing robotic ball ( gosphero.com ), this is the repository for the Android SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 160 (+220%)
Mutual labels:  deprecated, obsolete
lazybones-aem-templates
🚨[DEPRECATED] Lazybones templates for Adobe Experience Manager🚨
Stars: ✭ 68 (+36%)
Mutual labels:  deprecated, obsolete
VRTK.Tutorials.OculusIntegration
Prefabs and code for use with the Oculus Integration Unity Package
Stars: ✭ 26 (-48%)
Mutual labels:  deprecated, obsolete

Kwicks 2.0.0 Released

Forked version (no longer in development)

###Features

  • Updated version of Kwicks for jQuery 1.5.1 by Jeremy Martin.
  • Horizontal and Vertical Modes.
  • Min vs. Max - Specify the width/height of all non-active kwicks instead.
  • Sticky Mode - When enabled, one kwick will always be open. This allows for more of an "accordion" type experience.
  • Custom Trigger Events - specify a trigger event for the opening &ampl closing animation.
  • Smooth Animation.
  • Get or set the active kwick, or collapse all kwicks.
  • Event hooks & callbacks added to allow extension of the plugin.
  • Run a slideshow of the panels.

###Demos & Documentation

###Recent Changes

Version 2.1.3 (5/21/2012)

  • Modified how kwick panels are indexed. This should fix issue #6 which involves using kwicks with PIE.
  • Added package.json file for registration with jQuery plugins.

Version 2.1.2 (2/16/2012)

  • Added an initialized callback which is triggered/called after Kwicks has initialized.
  • Fixed an issue with setting options showNext to -1 and sticky to true not showing the last kwick.

Version 2.1.1 (11/28/2011)

  • Kwick no longer opens if you mouseenter & mouseleave quickly. Fix for issue #2.

Version 2.1 (11/24/2011)

  • Fixed a problem that was happening in jQuery v1.7+ (bug report) where the kwicks would not collapse. Fix for issue #1.

  • Added slideshow options:

  • showDuration - Slideshow duration in milliseconds (default is 2000 ms).

  • showNext - Slideshow method; 1 goes forward, -1 goes backwards and 0 shows a random panel (default is 1).

  • Start or stop the slideshow as follows:

     ```javascript
     // start slideshow
     $('#kwick').kwicks('play');
     // stop slideshow
     $('#kwick').kwicks('pause');
     ```
    
  • Included playing and paused callbacks

  • Included kwicks-playing and kwicks-paused events.

  • Hovering over the kwicks will pause the slideshow. If event and eventClose are set to click, then the slideshow will resume when unhovered.

  • Added shortcut method to open and close kwicks:

  • Open Kwick example (zero based index): $('#kwick').kwicks(1);.

  • Close Kwick example (use any negative number): $('#kwick').kwicks(-1);.

  • Added shortcut callback method:

  • Open or close Kwicks with a callback

     ```javascript
     $('#kwicks').kwicks(1, function(obj){ // obj = kwicks object
       alert('Now on panel #' + obj.active);
     });
     ```
    
  • The <ul> and <li> structure is no longer required - use any elements.

  • Added a ".kwicks" namespace to internal events (event, eventClose, etc) - this doesn't change the callback/events that are triggered.

  • Updated demo page to follow HTML5 formatting.

  • General script cleanup.

  • Moved documentation to the wiki pages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].