assets/animate-css.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'versions' => [
        'master' => [
            'css' => '//rawgit.yfix.net/yfix/animate.css/master/animate.min.css',
        ],
    ],
    'info' => [
        'url' => 'http://daneden.github.io/animate.css',
        'name' => 'A cross-browser library of CSS animations. As easy to use as an easy thing.',
        'desc' => 'Just-add-water CSS animation. animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.',
        'git' => 'https://github.com/yfix/animate.css.git',
    ],
];