{"id":13724268,"url":"https://github.com/joshuapekera/animate","last_synced_at":"2025-09-13T13:22:45.671Z","repository":{"id":5577267,"uuid":"6783105","full_name":"joshuapekera/animate","owner":"joshuapekera","description":"A library of CSS3 keyframe animations authored using LESS","archived":false,"fork":false,"pushed_at":"2017-09-06T04:17:37.000Z","size":4741,"stargazers_count":44,"open_issues_count":1,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-22T18:54:06.461Z","etag":null,"topics":["animation","css","less"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshuapekera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-20T18:43:19.000Z","updated_at":"2024-07-18T10:29:45.000Z","dependencies_parsed_at":"2022-09-03T18:23:11.042Z","dependency_job_id":null,"html_url":"https://github.com/joshuapekera/animate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/joshuapekera/animate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuapekera%2Fanimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuapekera%2Fanimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuapekera%2Fanimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuapekera%2Fanimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshuapekera","download_url":"https://codeload.github.com/joshuapekera/animate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuapekera%2Fanimate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274968358,"owners_count":25383110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","css","less"],"created_at":"2024-08-03T01:01:53.131Z","updated_at":"2025-09-13T13:22:45.624Z","avatar_url":"https://github.com/joshuapekera.png","language":"HTML","funding_links":[],"categories":["HTML","Libraries and Mixins"],"sub_categories":["Animation"],"readme":"# Animate\n\n* [Website](http://lab.joshuapekera.com/animate)\n* [Documentation](https://www.pyrocms.com/documentation)\n* [License](http://pyrocms.com/legal/license)\n* Version: 1.0\n\n## Developers\n\n* Original CSS version by [@daneden](http://twitter.com/_dte)\n* LESS port by [@joshuapekera](http://twitter.com/joshuapekera)\n\n#Animate.less\n*CSS animation*\n\n`animate.less` 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.\n\nAnimate.less is a faithful port of the amazing [animate.css](https://github.com/daneden/animate.css) by @daneden. If LESS isn't your css preprocessor of choice, be sure to check the original library out.\n\n##Usage\nTo use animate.less in your website, simply drop the stylesheet into your document's `\u003chead\u003e`, and add the class `animated` to an element, along with any of the animation names.\n\nYou can do a whole bunch of other stuff with animate.less when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery with ease:\n\n```javascript\n$('#yourElement').addClass('animated bounceOutLeft');\n```\n\nYou can change the duration of your animations, add a delay or change the number of times that it plays!\n\n```css\n#yourElement {\n\t-vendor-animation-duration: 3s;\n\t-vendor-animation-delay: 2s;\n\t-vendor-animation-iteration-count: infinite;\n}\n```\n\n*Note: be sure to replace \"vendor\" in the CSS with the applicable vendor prefixes (webkit, moz, ms, o)*\n\n*Note: Safari in Mountion Lion (OS 10.8) has a display glitch with the Flippers. They may not appear at all until the animation is completed, or the page may have other artifacting. One fix is to add overflow: hidden to the parent div.*\n\n*Note: Add `overflow-x:hidden` to parent elements if they have a `width:100%` and you are using bounceInLeft or bounceInRight on one or more child elements. This will avoid an appearing and dissappearing horizontal scroll bar in the footer.\n\n##License\nAnimate.less is licensed under the \u0026#9786; license. (http://licence.visualidiot.com/)\n\n##Learn more\nYou can learn more about animate.less over at http://lab.joshuapekera.com/animate\n\n##Cheat Sheet\n\n####Attention seekers:\nflash\nbounce\nshake\ntada\nswing\nwobble\nwiggle\npulse\n\n####Flippers (currently Webkit, Firefox, \u0026amp; IE10 only):\nflip\nflipInX\nflipOutX\nflipInY\nflipOutY\n\n####Fading entrances:\nfadeIn\nfadeInUp\nfadeInDown\nfadeInLeft\nfadeInRight\nfadeInUpBig\nfadeInDownBig\nfadeInLeftBig\nfadeInRightBig\n\n####Fading exits:\nfadeOut\nfadeOutUp\nfadeOutDown\nfadeOutLeft\nfadeOutRight\nfadeOutUpBig\nfadeOutDownBig\nfadeOutLeftBig\nfadeOutRightBig\n\n####Bouncing entrances:\nbounceIn\nbounceInDown\nbounceInUp\nbounceInLeft\nbounceInRight\n\n####Bouncing exits:\nbounceOut\nbounceOutDown\nbounceOutUp\nbounceOutLeft\nbounceOutRight\n\n####Rotating entrances:\nrotateIn\nrotateInDownLeft\nrotateInDownRight\nrotateInUpLeft\nrotateInUpRight\n\n####Rotating exits:\nrotateOut\nrotateOutDownLeft\nrotateOutDownRight\nrotateOutUpLeft\nrotateOutUpRight\n\n####Lightspeed:\nlightSpeedIn\nlightSpeedOut\n\n####Specials:\nhinge\nrollIn\nrollOut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuapekera%2Fanimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshuapekera%2Fanimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuapekera%2Fanimate/lists"}