{"id":18411448,"url":"https://github.com/sirodiaz/scroll-animate","last_synced_at":"2026-02-09T07:32:56.545Z","repository":{"id":42212242,"uuid":"59216903","full_name":"SiroDiaz/scroll-animate","owner":"SiroDiaz","description":"A jQuery plugin that animate elements with the scroll event using CSS3 animations","archived":false,"fork":false,"pushed_at":"2016-05-24T15:34:40.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-28T01:31:32.519Z","etag":null,"topics":["animation","css","css3-animations","data-animation","jquery"],"latest_commit_sha":null,"homepage":"http://sirodiaz.github.io/scroll-animate/","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/SiroDiaz.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-19T15:00:41.000Z","updated_at":"2023-01-15T11:20:37.000Z","dependencies_parsed_at":"2022-08-27T11:32:04.438Z","dependency_job_id":null,"html_url":"https://github.com/SiroDiaz/scroll-animate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SiroDiaz/scroll-animate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiroDiaz%2Fscroll-animate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiroDiaz%2Fscroll-animate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiroDiaz%2Fscroll-animate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiroDiaz%2Fscroll-animate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SiroDiaz","download_url":"https://codeload.github.com/SiroDiaz/scroll-animate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiroDiaz%2Fscroll-animate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","css3-animations","data-animation","jquery"],"created_at":"2024-11-06T03:37:03.020Z","updated_at":"2026-02-09T07:32:56.516Z","avatar_url":"https://github.com/SiroDiaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scroll-animate\nA jQuery plugin that animate elements with the scroll event using CSS3 animations\n\n## Usage\n\nInclude your CSS animation classes in your .css file. For example you can use\n**animate.css** as animation library.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"/dist/animate.css\"\u003e\n```\n\nInclude jQuery and the scroll-animate at the end of the body tag and initialize the plugin\nfor every data-animate elements.\n\n```html\n\u003cdiv style=\"margin-top: 1200px;\"\u003e\n    \u003ch1 data-animate=\"fadeInUp\"\u003e\u003cstrong\u003eTitulo uno\u003c/strong\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003ch1 data-animate=\"fadeInUp\"\u003e\u003cstrong\u003eTitulo uno\u003c/strong\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdiv data-animate=\"fadeInUp\"\u003e\n        \u003ch1\u003e\u003cstrong\u003eTitulo uno\u003c/strong\u003e\u003c/h1\u003e\n        \u003cp\u003eLorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum doloremque ratione, voluptates quae sint nam aliquam explicabo dolore fugiat earum eveniet temporibus quasi voluptatem, cumque molestiae, aspernatur qui ullam autem?\u003c/p\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cscript src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"/path/to/jquery.scroll-animate.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    $('[data-animate]').scrollAnimate({startAnimation: 'animated'});\n\u003c/script\u003e\n```\n\nUse **data-animate=\"animationName\"** to select the animation or animations that you\nwant to be execute.\nThe only one property that you can set in settings is *startAnimation* that is by default\n*animated*(from animate.css) and defines the CSS class that will start the animation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirodiaz%2Fscroll-animate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirodiaz%2Fscroll-animate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirodiaz%2Fscroll-animate/lists"}