{"id":15764646,"url":"https://github.com/ctf0/vue-stagger","last_synced_at":"2025-05-07T13:25:25.600Z","repository":{"id":84058350,"uuid":"145014631","full_name":"ctf0/vue-stagger","owner":"ctf0","description":"vue v2 Staggering-List-Transitions","archived":false,"fork":false,"pushed_at":"2023-01-03T23:00:52.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T12:18:33.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","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/ctf0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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},"funding":{"github":"ctf0"}},"created_at":"2018-08-16T16:38:39.000Z","updated_at":"2023-01-15T13:32:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"07d6e8a3-ae46-49dd-b05c-269df0e41acf","html_url":"https://github.com/ctf0/vue-stagger","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.36363636363636365","last_synced_commit":"fc2354b775b111fcfeb8fa498c83c1355731c852"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvue-stagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvue-stagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvue-stagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvue-stagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctf0","download_url":"https://codeload.github.com/ctf0/vue-stagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450680,"owners_count":20779462,"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":[],"created_at":"2024-10-04T12:04:19.413Z","updated_at":"2025-03-31T10:21:57.281Z","avatar_url":"https://github.com/ctf0.png","language":"Vue","funding_links":["https://github.com/sponsors/ctf0"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Vue Stagger\n    \u003cbr\u003e\n    \u003ca href=\"https://www.npmjs.com/package/vue-stagger\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vue-stagger.svg?style=for-the-badge\" alt=\"npm\" /\u003e\u003c/a\u003e \u003ca href=\"https://www.npmjs.com/package/vue-stagger\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/vue-stagger.svg?style=for-the-badge\" alt=\"npm\" /\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n## Installation\n\n```bash\nnpm install vue-stagger --save\n```\n\n## Usage\n\n- register the component.\n\n    ```js\n    window.Vue = require('vue')\n\n    Vue.component('TransitionStagger', require('vue-stagger'))\n    ```\n\n- now use it like\n    ```html\n    \u003ctransition-stagger\n        :before-enter-styles=\"{translateY: -30, opacity: 0}\"\n        :enter-styles=\"{translateY: 0, opacity: 1}\"\n        :leave-styles=\"{translateY: 30, opacity: 0}\"\n        :delay=\"150\"\n        tag=\"div\"\n        :options=\"{}\"\n        :enter-at-once=\"false\"\n        :leave-at-once=\"true\"\u003e\n\n        // your data\n    \u003c/transition-stagger\u003e\n    ```\n\n    |        prop       |      required      |   type  | default |                   description                    |\n    |-------------------|--------------------|---------|---------|--------------------------------------------------|\n    | tag               | :x:                | string  | ul      |                                                  |\n    | delay             | :white_check_mark: | number  |         | in milliseconds                                  |\n    | beforeEnterStyles | :white_check_mark: | object  |         | [props][velo]                                    |\n    | enterStyles       | :white_check_mark: | object  |         | [props][velo]                                    |\n    | leaveStyles       | :white_check_mark: | object  |         | [props][velo]                                    |\n    | options           | :x:                | object  | {}      | extra velocity [options][opt]                    |\n    | enterAtOnce       | :x:                | boolean | false   | show all items at once \"dont delay the entering\" |\n    | leaveAtOnce       | :x:                | boolean | false   | hide all items at once \"dont delay the leaving\"  |\n\n    [velo]: http://velocityjs.org/#cssSupport\n    [opt]: http://velocityjs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Fvue-stagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctf0%2Fvue-stagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Fvue-stagger/lists"}