{"id":13777021,"url":"https://github.com/Typhon0/AnimateFX","last_synced_at":"2025-05-11T10:31:31.825Z","repository":{"id":43712101,"uuid":"109805897","full_name":"Typhon0/AnimateFX","owner":"Typhon0","description":"A library of +70 ready-to-use animations for JavaFX","archived":false,"fork":false,"pushed_at":"2024-06-08T11:54:10.000Z","size":18245,"stargazers_count":481,"open_issues_count":1,"forks_count":66,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-05T18:13:38.990Z","etag":null,"topics":["animated","animation","awesome","gradle","java","java-library","javafx","library","ui","ui-design"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Typhon0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Typhon0","patreon":"typhon0"}},"created_at":"2017-11-07T08:15:04.000Z","updated_at":"2025-05-04T00:57:42.000Z","dependencies_parsed_at":"2025-04-23T02:00:36.872Z","dependency_job_id":"5a10f07f-bc12-4d60-844a-d22907d0d728","html_url":"https://github.com/Typhon0/AnimateFX","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Typhon0%2FAnimateFX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Typhon0%2FAnimateFX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Typhon0%2FAnimateFX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Typhon0%2FAnimateFX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Typhon0","download_url":"https://codeload.github.com/Typhon0/AnimateFX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551783,"owners_count":21926360,"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":["animated","animation","awesome","gradle","java","java-library","javafx","library","ui","ui-design"],"created_at":"2024-08-03T18:00:36.500Z","updated_at":"2025-05-11T10:31:28.469Z","avatar_url":"https://github.com/Typhon0.png","language":"Java","funding_links":["https://github.com/sponsors/Typhon0","https://patreon.com/typhon0"],"categories":["Community","Java","Libraries, Tools and Projects"],"sub_categories":["Libraries"],"readme":"[![AnimateFX CI](https://github.com/Typhon0/AnimateFX/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Typhon0/AnimateFX/actions/workflows/ci.yml)\r\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.typhon0/AnimateFX/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.typhon0/AnimateFX)\r\n[![javadoc](https://javadoc.io/badge2/io.github.typhon0/AnimateFX/javadoc.svg)](https://javadoc.io/doc/io.github.typhon0/AnimateFX)\r\n[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome\u0026logoColor=white)](https://www.jfx-central.com/libraries/animatefx)\r\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\r\n\r\n# AnimateFX\r\n\r\nA library of ready-to-use animations for JavaFX\r\n\r\nFeatures:\r\n\r\n- Custom animations\r\n- Custom interpolators\r\n- Play/Stop animation\r\n- Play an animation after another\r\n- More to come\r\n\r\n# Installation\r\n\r\n### Gradle (7.x)\r\n\r\n```\r\nplugins {\r\n    ...\r\n    id 'java-library'\r\n}\r\n\r\ndependencies {\r\n    api 'io.github.typhon0:AnimateFX:1.3.0'\r\n}\r\n```\r\n\r\n### Maven\r\n\r\n```\r\n\u003cdependency\u003e\r\n  \u003cgroupId\u003eio.github.typhon0\u003c/groupId\u003e\r\n  \u003cartifactId\u003eAnimateFX\u003c/artifactId\u003e\r\n  \u003cversion\u003e1.3.0\u003c/version\u003e\r\n  \u003ctype\u003epom\u003c/type\u003e\r\n\u003c/dependency\u003e\r\n```\r\n\r\n## Snapshot\r\n\r\n### Gradle (7.x)\r\n\r\n```\r\nplugins {\r\n    ...\r\n    id 'java-library'\r\n}\r\n\r\nrepositories {\r\n\tmaven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }\r\n}\r\n\r\ndependencies {\r\n    api 'io.github.typhon0:AnimateFX:1.3.0-SNAPSHOT'\r\n}\r\n```\r\n\r\n### Maven\r\n\r\n```\r\n \u003crepositories\u003e\r\n \t\u003crepository\u003e\r\n            \u003cid\u003esnapshots\u003c/id\u003e\r\n            \u003cname\u003elibs-snapshot\u003c/name\u003e\r\n            \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\r\n        \u003c/repository\u003e\r\n    \u003c/repositories\u003e\r\n\r\n \u003cdependencies\u003e\r\n        \u003cdependency\u003e\r\n            \u003cgroupId\u003eio.github.typhon0\u003c/groupId\u003e\r\n            \u003cartifactId\u003eAnimateFX\u003c/artifactId\u003e\r\n            \u003cversion\u003e1.3.0-SNAPSHOT\u003c/version\u003e\r\n        \u003c/dependency\u003e\r\n \u003c/dependencies\u003e\r\n```\r\n\r\n# Quick start\r\n\r\n#### Basic\r\n\r\n```\r\nText text = new Text(\"AnimateFX\");\r\nnew Bounce(text).play();\r\n```\r\n\r\n#### Play an animation after another\r\n\r\n```\r\n    Text text = new Text(\"AnimateFX\");\r\n    public void HandleAnimation(ActionEvent actionEvent) {\r\n      new Bounce(text).setPlayOnFinished(new BounceIn(text)).play();\r\n      }\r\n```\r\n\r\n# Contributing\r\n\r\nPlease see [CONTRIBUTING.md](https://github.com/Typhon0/AnimateFX/blob/master/CONTRIBUTING.md) for more information.\r\n\r\n# Credits\r\n\r\nAnimations are inspired from the awesome project [Animate.css](https://github.com/daneden/animate.css)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTyphon0%2FAnimateFX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTyphon0%2FAnimateFX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTyphon0%2FAnimateFX/lists"}