{"id":18772120,"url":"https://github.com/alibahaari/tiltjs","last_synced_at":"2025-12-12T17:30:14.639Z","repository":{"id":154251961,"uuid":"149799625","full_name":"AliBahaari/TiltJS","owner":"AliBahaari","description":"Hover over any element and the element tilts inward.","archived":false,"fork":false,"pushed_at":"2021-02-03T16:22:46.000Z","size":204,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T08:12:52.370Z","etag":null,"topics":["hover","tilt"],"latest_commit_sha":null,"homepage":"https://alibahaari.github.io/TiltJS","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/AliBahaari.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-21T18:01:17.000Z","updated_at":"2021-10-20T23:49:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"b06eed51-ea04-4af9-97b7-867d38a9d1d2","html_url":"https://github.com/AliBahaari/TiltJS","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/AliBahaari%2FTiltJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliBahaari%2FTiltJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliBahaari%2FTiltJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliBahaari%2FTiltJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliBahaari","download_url":"https://codeload.github.com/AliBahaari/TiltJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680134,"owners_count":19679502,"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":["hover","tilt"],"created_at":"2024-11-07T19:27:51.246Z","updated_at":"2025-12-12T17:30:14.590Z","avatar_url":"https://github.com/AliBahaari.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TiltJS\n\nBy ***TiltJS***, you hover over any element and the element tilts inward. It just uses *JavaScript*.\n\n## Add Project\n\nJust link TiltJS to your project :\n```\n\u003cscript src=\"Tilt - 1.0.0.js\"\u003e\u003c/script\u003e\n```\n\n## Initializing\n\nThen, you should initialize properties, just copy the code below and paste it after the code above.\n```\n\u003cscript\u003e\n  Tilt({\n    identifier: 'div',    // Element (`.E`, `#E` or `E`)\n    rotationInterval: 45,    // Maximum degree for rotation\n    outRotationX: 0,    // The `rotateX` property value of the element after `onMouseOut` event \n    outRotationY: 0,    // The `rotateY` property value of the element after `onMouseOut` event \n    transitionIn: ['transition-timing-function', 'transition-duration'],    // Transition property for `onMouseMove` event\n    transitionOut: ['transition-timing-function', 'transition-duration']    // Transition property for `onMouseOut` event\n  });\n\u003c/script\u003e\n```\n*Note :* All the properties above should be filled; `identifier` should be ***String***, `transitionIn`, `transitionOut` should be ***Array***; `rotationInterval`, `outRotationX`, `outRotationY` should be ***Integer***.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibahaari%2Ftiltjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibahaari%2Ftiltjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibahaari%2Ftiltjs/lists"}