{"id":15146633,"url":"https://github.com/disketteomelette/aframe-velocity-control","last_synced_at":"2026-01-21T16:02:53.366Z","repository":{"id":176371439,"uuid":"656170580","full_name":"disketteomelette/aframe-velocity-control","owner":"disketteomelette","description":"A component in A-Frame that allows increasing or decreasing the velocity of an object's animation using clickable entities and based on a user-provided factor.","archived":false,"fork":false,"pushed_at":"2023-06-25T09:56:56.000Z","size":398,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:47:12.347Z","etag":null,"topics":["a-frame","aframe","aframe-component","aframevr","webxr"],"latest_commit_sha":null,"homepage":"","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/disketteomelette.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-20T11:50:01.000Z","updated_at":"2024-06-18T17:44:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"378a13c5-5b92-43cb-8d4d-cd732d48b47b","html_url":"https://github.com/disketteomelette/aframe-velocity-control","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"ded28f5a1e233435139b7c587c9a7eaa38cc0b84"},"previous_names":["disketteomelette/aframe-velocity-control"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/disketteomelette/aframe-velocity-control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disketteomelette%2Faframe-velocity-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disketteomelette%2Faframe-velocity-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disketteomelette%2Faframe-velocity-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disketteomelette%2Faframe-velocity-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disketteomelette","download_url":"https://codeload.github.com/disketteomelette/aframe-velocity-control/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disketteomelette%2Faframe-velocity-control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"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":["a-frame","aframe","aframe-component","aframevr","webxr"],"created_at":"2024-09-26T12:03:25.221Z","updated_at":"2026-01-21T16:02:48.706Z","avatar_url":"https://github.com/disketteomelette.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aframe-velocity-control\nA component in A-Frame that allows increasing or decreasing the velocity of any independent object animation using clickable entities and based on a user-provided factor.\n\nLive demo: https://hypnotic-berry-custard.glitch.me/\n\n![Animated gif of a-frame velocity control custom component in action](https://raw.githubusercontent.com/disketteomelette/aframe-velocity-control/main/sample.gif)\n\n# how to call it\n\nPut the js file in your desired directory and call it with a script tag on your scene: \u003cscript src=\"aframe-velocity-control.js\"\u003e \n\n\n# component properties\n\n    \n      schema: {\n        \n        target: { type: 'selector' },\n        \n        factor: { type: 'number', default: 1.5 },\n        \n        type: { type: 'string', default: 'increase' },\n        \n\nTarget is id of the object you want to control. I. ex. *sphere1*.\n  \nFactor is the multiplying/divisor factor to increase/decrease velocity. In example, *1.5*.\n  \nType is a boolean for button function, must be: *increase* or *decrease*.\n  \n\nExample:\n        \n\n      \u003ca-box id=\"increaseVelocidad1\" color=\"green\" scale=\"0.2 0.2 0.1\" velocity-control=\"target: #sphere1; factor: 1.5; type: increase\"\u003e\u003c/a-box\u003e\n        \n      \u003ca-box id=\"decreaseVelocidad1\" color=\"red\" scale=\"0.2 0.2 0.1\" position=\"0 -0.3 0\" velocity-control=\"target: #sphere1; factor: 1.5; type: decrease\"\u003e\u003c/a-box\u003e\n        \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisketteomelette%2Faframe-velocity-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisketteomelette%2Faframe-velocity-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisketteomelette%2Faframe-velocity-control/lists"}