{"id":16225920,"url":"https://github.com/bestguy/ractive-animatecss","last_synced_at":"2025-10-12T06:19:52.240Z","repository":{"id":65371869,"uuid":"60063511","full_name":"bestguy/ractive-animatecss","owner":"bestguy","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-31T06:52:46.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T23:37:43.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bestguy.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-31T06:25:07.000Z","updated_at":"2016-09-15T15:03:18.000Z","dependencies_parsed_at":"2023-01-19T23:05:12.900Z","dependency_job_id":null,"html_url":"https://github.com/bestguy/ractive-animatecss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-animatecss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-animatecss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-animatecss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-animatecss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestguy","download_url":"https://codeload.github.com/bestguy/ractive-animatecss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773744,"owners_count":20993633,"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","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":[],"created_at":"2024-10-10T12:46:55.661Z","updated_at":"2025-10-12T06:19:52.173Z","avatar_url":"https://github.com/bestguy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ractive animate.css Transitions\n\nTransitions for [Ractive](http://www.ractivejs.org/), \nusing [animate.css](https://daneden.github.io/animate.css/)\n\nThis library lets you use any of the animate.css transitions as an Ractive intro or outro \n[transition](http://docs.ractivejs.org/latest/transitions) using the `animate:` prefix:\n\n```html\n    \u003ch2 intro=\"animate:TRANSITION_NAME\"\u003e\n      RAD\n    \u003c/h2\u003e\n```\n\nFull list of transitions are [here](https://daneden.github.io/animate.css/).\n\n\n**Based on a gist from [cfenzo](https://gist.github.com/cfenzo/63576935f3b549280f1b)**\n\n----\n\n## Usage\n\n_Note: these transitions are a self-registering CommonJS module, and in the browser \nrequires a module system such as Webpack or Browserify._\n\n    npm install ractive-animatecss\n\n### ES5:\n\n```js\nvar Ractive = require('ractive');\nrequire('ractive-animatecss');\n```\n\n### ES6/2015+:\n\n```js\nimport Ractive from 'ractive';\nimport 'ractive-animatecss';\n```\n\n### In Ractive template:\n\n```html\n    \u003cdiv intro=\"animate:bounceInDown\" outro=\"animate:fadeOut\"\u003e\n      Cool\n    \u003c/div\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fractive-animatecss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestguy%2Fractive-animatecss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fractive-animatecss/lists"}