animations.config.yml |
config/install/animations.config.yml |
|
config/install/animations.config.yml |
animations.drush.inc |
animations.drush.inc |
|
|
animations.info.yml |
animations.info.yml |
|
animations.info.yml |
animations.libraries.yml |
animations.libraries.yml |
|
animations.libraries.yml |
animations.links.menu.yml |
animations.links.menu.yml |
|
animations.links.menu.yml |
animations.module |
animations.module |
|
|
animations.permissions.yml |
animations.permissions.yml |
|
animations.permissions.yml |
animations.routing.yml |
animations.routing.yml |
|
animations.routing.yml |
AnimationsConfigForm.php |
src/Form/AnimationsConfigForm.php |
Drupal\animations\Form |
|
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
Animations Drupal Module
================================================================================
The animations module consist of a set of cool cross-browser animations based on CSS/JS. You can easily add multiple predefined animations to… |
style.css |
css/theme/style.css |
|
/* Typewriter effect class */
.animationsTypewriter{
animation: type 4s steps(60, end);
overflow: hidden;
white-space:nowrap;
}
@keyframes type{
from { width: 0; }
to { width: 100%; }
} |