Loading animation

Component type

module

Maintenance status

Development status

Downloads

337

Component created

Component changed

This module shows a loading layer on page loading events. These may be triggered by form submission or clicking a hyperlink.

Hyperlinks may be excluded from trigger by adding a "no-loading-animation" class. Further "javascript" and "#" hyperlinks are automatically excluded. Loading and animation may be aborted by pressing "ESC".

It is possible to change the loading animation image and customize the layout by overriding the library.

Jaco Integration

Component type

module

Maintenance status

Development status

Downloads

509

Component created

Component changed

Integrate Jaco with your Drupal website. Jaco allows you to watch and analyze your users’ behaviour.

This module adds Jaco's code to each page of your site using Drupal's block mechanism, allowing you to configure exactly which users, roles, pages etc should connect with Jaco.

The module identifies the current user with Jaco, allowing Jaco to display the Drupal username of each user, and their user ID.

Left pad

Component type

module

Maintenance status

Development status

Downloads

239

Component created

Component changed

String left pad

Usage

/** @var ContainerInterface $container */
$service = $container->get('left_pad.default');
// Results in '00005'
$result = $service->leftPad('5', 5, 0);

Don't worry, it also includes an interface if you want to override the service!

Animate slider block

Component type

module

Maintenance status

Development status

Component created

Component changed

Animate Slider block module integrates the Animate Slider jquery Plugin with Drupal 8 block. Baisc animation has attached to the all elements for all slide items. Multiple instance of slider can be created for different pages which is a big creadit to Drupal 8 block system(A single slider block can be used multiple times with different configurations in same/different regions).