parallax.css |
parallax_block/parallax.css |
|
.parallax-block {
overflow: hidden;
}
.parallax-block .parallax-image {
position: absolute;
transition: all 0.1s ease;
-o-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-webkit-transition: all 0.1s… |
parallax_block.info |
parallax_block/parallax_block.info |
|
name = Parallax Block
description = Provides toggle to enable parallax background effect for all blocks.
core = 7.x
package = Parallax
dependencies[] = block
dependencies[] = file
dependencies[] = jquery_update |
parallax_block.install |
parallax_block/parallax_block.install |
|
Install, update and uninstall functions for the parallax_block module. |
parallax_block.module |
parallax_block/parallax_block.module |
|
Enable Parallax effect for any block created by the user. |
parallax_block.tpl.php |
parallax_block/templates/parallax_block.tpl.php |
|
Default theme implementation to display a block. |
readme.txt |
parallax_block/readme.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Troubleshooting
* FAQ
* Future Features
* Maintainers
INTRODUCTION
---------------
The Parallax Block module enables the… |