{"id":26985754,"url":"https://github.com/dansl/quencer","last_synced_at":"2025-04-03T18:34:24.709Z","repository":{"id":151168372,"uuid":"47205259","full_name":"dansl/Quencer","owner":"dansl","description":"Image Sequencer for Javascript","archived":false,"fork":false,"pushed_at":"2025-02-20T16:47:52.000Z","size":2978,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T22:57:49.208Z","etag":null,"topics":["animation","html","image","javascript","sequencer","web","website"],"latest_commit_sha":null,"homepage":"","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/dansl.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":"2015-12-01T17:17:19.000Z","updated_at":"2025-03-15T07:28:36.000Z","dependencies_parsed_at":"2023-04-14T20:35:01.513Z","dependency_job_id":null,"html_url":"https://github.com/dansl/Quencer","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/dansl%2FQuencer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansl%2FQuencer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansl%2FQuencer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansl%2FQuencer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansl","download_url":"https://codeload.github.com/dansl/Quencer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247057097,"owners_count":20876512,"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":["animation","html","image","javascript","sequencer","web","website"],"created_at":"2025-04-03T18:34:09.806Z","updated_at":"2025-04-03T18:34:24.670Z","avatar_url":"https://github.com/dansl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quencer v0.1 - Image Sequencer for Javascript   \n  \nBy: Dansl.net  \n  \nExample:\n```javascript\n//Div in DOM with ID \"exampleDiv\", this is the div the animation will be placed, use this div to position the animation.\nvar exampleDiv = document.getElementById(\"exampleDiv\");\n\n//Reference: Quencer(_imagePrefix, _format, _frameWidth, _frameHeight, _totalFrames, _speed, _stylingClass)\nvar exampleSequence = new Quencer(\"images/introSequence/introSequenceStart\", \".png\", 281, 168, 79, 50, \"\");\n  \n//Add event listener for oncomplete, calls \"exampleFunction\" when animation completes\nexampleSequence.addEventListener(\"complete\", exampleFunction);\n  \n//Adds animation to the div\nexampleSequence.AddTo(exampleDiv);\n```\n  \nRun animation\n```javascript\n//Without looping\nexampleSequence.RunAni(); \n  \n//With Looping \nexampleSequence.RunAni(true); \n  \n//loop frames 10 through 60  \nexampleSequence.RunAni(true, 10, 60);\n\n//Call to stop Animation\nexampleSequence.Stop();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansl%2Fquencer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansl%2Fquencer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansl%2Fquencer/lists"}