Lightgallery

Component type

module

Maintenance status

Development status

Downloads

4711

Component created

Component changed

The LightGallery module integrates the jQuery lightgallery plugin with drupal. jQuery lightgallery is a customizable, modular, responsive, lightbox gallery plugin for jQuery.

  • Integrates with the views module.
  • Provides a field formatter for image fields

For now only lightgallery version 1.2.x is supported

Asset Injector

Component type

module

Maintenance status

Development status

Downloads

20226

Component created

Component changed

This combines the two modules, JS Injector and CSS Injector, into a single module for simplicity.

As described from those modules, this functions the same. This module is definitely not a replacement for full-fledged theming, but it provides site administrators with a quick and easy way of tweaking things without diving into full-fledged theme hacking.

Animsition Page Transition

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple and easy jQuery plugin for CSS animated page transitions

If you use WordPress you may familiar with Page Transition:

Page Transition is a simple and easy wordpress plugin used to add page transition using CSS3 animations. Show your page with modern animations.

Moment.js Library Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

My fork of https://www.drupal.org/project/moment with code from https://www.drupal.org/sandbox/jimmyko/2271513 merged in. The official Moment.js module doesn't appear to do anything based on the code, but rather provides an environment for other modules to include Moment.js and Moment Timezone functions in their own Javascript.

jsTimezoneDetect

Component type

module

Maintenance status

Development status

Component created

Component changed

I needed a simple way to detect a user's timezone in order to display dates in their local timezone without depending on their user profile to save the correct timezone. An existing module, Timezone Detect, implements a Javascript library known simply as "jsTimezoneDetect," which did the job.