{"id":15184865,"url":"https://github.com/pinchnzoom/pz-animate-scroll","last_synced_at":"2026-02-14T19:32:04.615Z","repository":{"id":58231430,"uuid":"82235505","full_name":"pinchnzoom/pz-animate-scroll","owner":"pinchnzoom","description":"Angular 1.x directive version of animatescroll.js","archived":false,"fork":false,"pushed_at":"2017-03-07T23:18:14.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-02T15:46:16.028Z","etag":null,"topics":["angular1","angularjs","angularjs-directives","animated","scroll","scrolling","scrollview","scrollview-component"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pinchnzoom.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":"2017-02-16T23:16:07.000Z","updated_at":"2017-02-17T15:14:43.000Z","dependencies_parsed_at":"2022-08-31T03:30:06.664Z","dependency_job_id":null,"html_url":"https://github.com/pinchnzoom/pz-animate-scroll","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pinchnzoom/pz-animate-scroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinchnzoom%2Fpz-animate-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinchnzoom%2Fpz-animate-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinchnzoom%2Fpz-animate-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinchnzoom%2Fpz-animate-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinchnzoom","download_url":"https://codeload.github.com/pinchnzoom/pz-animate-scroll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinchnzoom%2Fpz-animate-scroll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29453413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angular1","angularjs","angularjs-directives","animated","scroll","scrolling","scrollview","scrollview-component"],"created_at":"2024-09-27T17:41:13.899Z","updated_at":"2026-02-14T19:32:04.599Z","avatar_url":"https://github.com/pinchnzoom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pz-animate-scroll - Animatescroll.js as an Angular Directive\n\n## pz-animate-scroll was designed... \nTo what: Allow a quick plugin for smooth scrolling\n\nTo how: By cutting down on DOM traversal, starting from the calling element\n\nTo why: Because animatescroll is cool.\n\n### Installation\n\nIn your Angular project, run `bower install --save pz-animate-scroll` to save the\nmodule. Then, in your HTML, add (if bower doesn't do it for you...):\n\n``` html\n\u003cscript src=\"/path/to/bower_components/pz-animate-scroll/dist/index.min.js\"\u003e\u003c/script\u003e\n```\n\nAnd nextly, in your Angular module, include `pz.animateScroll` as a dependency:\n\n``` javascript\nangular.module('my-app', ['pz.animateScroll'])\n```\n\nAnd afterthatly, add the 'page-container' HTML attribute id to the top-level element you want to be scrollable (if you have a fixed sidebar aside, and a section element, put it in the section element)\n``` html\n\u003cany class=\"page-container\"\u003e\u003c/any\u003e\n```\n\nAnd Lastly, in the element you want to scroll FROM, add the pz-animate-scroll attribute directive with space-separated 2 params:\n   Param1 is the id of the scroll-to target\n   Param2 is the delay of the scroll in milliseconds\n``` html\n\u003cp pz-animate-scroll=\"targetId 1000\"\u003e\u003c/p\u003e\n```\n** This plugin adds an on.click event to this element.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinchnzoom%2Fpz-animate-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinchnzoom%2Fpz-animate-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinchnzoom%2Fpz-animate-scroll/lists"}