{"id":17679412,"url":"https://github.com/florent37/flutter-kenburns","last_synced_at":"2025-10-31T09:47:11.867Z","repository":{"id":35034089,"uuid":"198900177","full_name":"florent37/Flutter-KenBurns","owner":"florent37","description":"Kenburns effect on flutter","archived":false,"fork":false,"pushed_at":"2022-06-01T10:01:37.000Z","size":14375,"stargazers_count":85,"open_issues_count":1,"forks_count":17,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T22:53:35.466Z","etag":null,"topics":["animation","burns","dart","design","effect","flutter","ken","kenburns","scale","translation"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/kenburns","language":"Dart","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/florent37.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-25T20:56:42.000Z","updated_at":"2025-02-15T21:11:42.000Z","dependencies_parsed_at":"2022-09-08T07:41:57.937Z","dependency_job_id":null,"html_url":"https://github.com/florent37/Flutter-KenBurns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFlutter-KenBurns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFlutter-KenBurns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFlutter-KenBurns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFlutter-KenBurns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florent37","download_url":"https://codeload.github.com/florent37/Flutter-KenBurns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167440,"owners_count":21223505,"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","burns","dart","design","effect","flutter","ken","kenburns","scale","translation"],"created_at":"2024-10-24T08:41:52.846Z","updated_at":"2025-10-31T09:47:06.842Z","avatar_url":"https://github.com/florent37.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KenBurns\n\nThe Ken Burns effect is a type of panning and zooming effect used in video production from still imagery.\n\nWrap your image with a KenBurns widget\n```dart\nContainer(\n      height: 300,\n      child: KenBurns(\n        child: Image.network(\"https://lemag.nikonclub.fr/wp-content/uploads/2017/07/08.jpg\", fit: BoxFit.cover,),\n      ),\n),\n```\n\n[![screen](https://raw.githubusercontent.com/florent37/Flutter-KenBurns/master/medias/kenburns_slow.gif)](https://www.github.com/florent37/Flutter-KenBurns)\n\n# Configuration\n\nYou can configure KenBurns Widget\n\n```\nKenBurns(\n    minAnimationDuration : Duration(milliseconds: 3000),\n    maxAnimationDuration : Duration(milliseconds: 10000),\n    maxScale : 8,\n    child: ...\n  });\n```\n\n# Multiple images\n\nYou can display multiple child in KenBurns with a CrossFade animation\n\n```dart\nContainer(\n    height: 300,\n    child: KenBurns.multiple(\n      childLoop: 3,\n      children: [\n        Image.network(\n          \"https://www.photo-paysage.com/?file=pic_download_link/picture\u0026pid=3100\",\n          fit: BoxFit.cover,\n        ),\n        Image.network(\n          \"https://cdn.getyourguide.com/img/location_img-59-1969619245-148.jpg\",\n          fit: BoxFit.cover,\n        ),\n        Image.network(\n          \"https://www.theglobeandmail.com/resizer/vq3O7LI3hvsjTP2N0m9NwU4W3Eg=/1500x0/filters:quality(80)/arc-anglerfish-tgam-prod-tgam.s3.amazonaws.com/public/4ETF3GZR3NA3RDDW23XDRBKKCI\",\n          fit: BoxFit.cover,\n        ),\n      ],\n    ),\n),\n```\n\n# Download\n\n[![pub package](https://img.shields.io/pub/v/kenburns.svg)](\nhttps://pub.dartlang.org/packages/kenburns)\n\n```\ndependencies:\n  kenburns: ^1.0.5\n```\n\n# License\n\n    Copyright 2019 florent37, Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Fflutter-kenburns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorent37%2Fflutter-kenburns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Fflutter-kenburns/lists"}