You are here

Files in Ajax loader 7

Primary tabs

File namesort descending Location Namespace Description
ajax_loader.api.php ajax_loader.api.php Contains examples of hooks and api functions.
ajax_loader.info ajax_loader.info name = "Ajax Loader" description = "Provides alternative ajax loaders." package = "User Interface" core = "7.x" configure = admin/config/user-interface/ajax-loader files[] = ajax_loader.test ;lib/* files[] =…
ajax_loader.install ajax_loader.install Install, update, and uninstall functions.
ajax_loader.module ajax_loader.module Contains general functionality and hooks.
ajax_loader.test ajax_loader.test Test class to ensure proper working of module.
ajax_loader_test.info modules/ajax_loader_test/ajax_loader_test.info name = "Ajax loader Test" description = "Ajax loader test module" package = "User Interface" core = "7.x" hidden = TRUE files[] = ThrobberTest.php
ajax_loader_test.module modules/ajax_loader_test/ajax_loader_test.module Contains general functionality and hooks.
chasing-dots.css css/chasing-dots.css .ajax-throbber.sk-chasing-dots { text-align: center; -webkit-animation: sk-chasingDotsRotate 2s infinite linear; animation: sk-chasingDotsRotate 2s infinite linear; } .ajax-throbber.sk-chasing-dots .sk-child { width: 60%; height:…
circle.css css/circle.css .ajax-throbber.sk-circle .sk-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .ajax-throbber.sk-circle .sk-child:before { content: ''; display: block; margin: 0 auto; width: 15%; …
cube-grid.css css/cube-grid.css .ajax-throbber.sk-cube-grid { position: inherit; } .ajax-throbber.sk-cube-grid .sk-cube { width: 33.33%; height: 33.33%; background-color: #333; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; …
double-bounce.css css/double-bounce.css .ajax-throbber.sk-double-bounce .sk-child { width: 100%; height: 100%; border-radius: 50%; background-color: #333; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-doubleBounce 2s infinite…
fading-circle.css css/fading-circle.css .ajax-throbber.sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .ajax-throbber.sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; …
folding-cube.css css/folding-cube.css .ajax-throbber.sk-folding-cube { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .ajax-throbber.sk-folding-cube .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform:…
pulse.css css/pulse.css .ajax-throbber.sk-spinner-pulse { position: inherit; background-color: #333; border-radius: 100%; -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out; animation: sk-pulseScaleOut 1s infinite…
README.txt README.txt Description ----------- This module allows you to change the default drupal ajax throbber. Installation ------------ To install this module, do the following: 1. Extract the tar ball that you downloaded from Drupal.org. 2. Upload the entire…
rotating-plane.css css/rotating-plane.css .ajax-throbber.sk-rotating-plane { position: inherit; background-color: #333; -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out; animation: sk-rotatePlane 1.2s infinite ease-in-out; } @-webkit-keyframes sk-rotatePlane { …
settings.ajax_loader.inc includes/settings.ajax_loader.inc Contains ajax loader settings form.
three-bounce.css css/three-bounce.css .ajax-throbber.sk-three-bounce { width: 80px; text-align: center; } .ajax-throbber.sk-three-bounce .sk-child { width: 20px; height: 20px; background-color: #333; border-radius: 100%; display: inline-block; …
throbber-admin.css css/throbber-admin.css .throbber-example .ajax-throbber{ margin: 0; }
throbber-general.css css/throbber-general.css .ajax-throbber { margin: 40px auto; width: 40px; height: 40px; position: relative; } .ajax-progress-throbber, .views-admin .ajax-progress-throbber { background: none; }
ThrobberBase.php lib/throbber/ThrobberBase.php Class ThrobberBase
ThrobberChasingDots.php lib/throbber/ThrobberChasingDots.php Class ThrobberChasingDots
ThrobberCircle.php lib/throbber/ThrobberCircle.php Class ThrobberCircle
ThrobberCubeGrid.php lib/throbber/ThrobberCubeGrid.php Class ThrobberCubeGrid
ThrobberDoubleBounce.php lib/throbber/ThrobberDoubleBounce.php Class ThrobberDoubleBounce
ThrobberFadingCircle.php lib/throbber/ThrobberFadingCircle.php Class ThrobberFadingCircle
ThrobberFoldingCube.php lib/throbber/ThrobberFoldingCube.php Class ThrobberFoldingCube
ThrobberInterface.php lib/throbber/ThrobberInterface.php Interface ThrobberInterface
ThrobberManager.php lib/ThrobberManager.php Class ThrobberManager
ThrobberPulse.php lib/throbber/ThrobberPulse.php Class ThrobberPulse
ThrobberRotatingPlane.php lib/throbber/ThrobberRotatingPlane.php Class ThrobberRotatingPlane
ThrobberTest.php modules/ajax_loader_test/ThrobberTest.php Class ThrobberTest
ThrobberThreeBounce.php lib/throbber/ThrobberThreeBounce.php Class ThrobberThreeBounce
ThrobberTypes.php lib/ThrobberTypes.php Class ThrobberTypes
ThrobberWanderingCubes.php lib/throbber/ThrobberWanderingCubes.php Class ThrobberWanderingCubes
ThrobberWave.php lib/throbber/ThrobberWave.php Class ThrobberWave
wandering-cubes.css css/wandering-cubes.css .ajax-throbber.sk-wandering-cubes .sk-cube { background-color: #333; width: 10px; height: 10px; position: absolute; top: 0; left: 0; -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; animation:…
wave.css css/wave.css .ajax-throbber.sk-wave { width: 50px; text-align: center; font-size: 10px; } .ajax-throbber.sk-wave .sk-rect { background-color: #333; height: 100%; width: 6px; display: inline-block; -webkit-animation:…

Other projects