{"id":13467951,"url":"https://github.com/postare/bulma-modal-fx","last_synced_at":"2025-07-01T14:33:11.752Z","repository":{"id":31006265,"uuid":"126620771","full_name":"postare/bulma-modal-fx","owner":"postare","description":"A set of modal window effects with CSS transitions and animations for Bulma.","archived":false,"fork":false,"pushed_at":"2022-12-03T03:34:38.000Z","size":1647,"stargazers_count":131,"open_issues_count":11,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-19T15:11:26.263Z","etag":null,"topics":["bulma","css","css-transitions"],"latest_commit_sha":null,"homepage":"https://postare.github.io/bulma-modal-fx/","language":"HTML","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/postare.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}},"created_at":"2018-03-24T16:57:22.000Z","updated_at":"2025-04-03T12:41:52.000Z","dependencies_parsed_at":"2023-01-14T18:15:32.062Z","dependency_job_id":null,"html_url":"https://github.com/postare/bulma-modal-fx","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/postare/bulma-modal-fx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postare%2Fbulma-modal-fx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postare%2Fbulma-modal-fx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postare%2Fbulma-modal-fx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postare%2Fbulma-modal-fx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postare","download_url":"https://codeload.github.com/postare/bulma-modal-fx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postare%2Fbulma-modal-fx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261943178,"owners_count":23234054,"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":["bulma","css","css-transitions"],"created_at":"2024-07-31T15:01:03.098Z","updated_at":"2025-07-01T14:33:11.704Z","avatar_url":"https://github.com/postare.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Bulma Modal FX\n\nA set of modal window effects with CSS transitions and animations for Bulma. Very inspired by this Codrops resource/article https://github.com/codrops/ModalWindowEffects\n\nDemo: https://postare.github.io/bulma-modal-fx\nBulma docs: https://bulma.io/documentation\n\n## Effects\nclass `modal-fx-` + effect \nexample: `modal-fx-newsPaper`  \n - normal \n - fadeInScale \n - slideRight\n - slideLeft \n - slideTop \n - slideBottom\n - fall\n - slideFall \n - newsPaper \n - 3dFlipVertical \n - 3dFlipHorizontal \n - 3dSign \n - 3dSignDown \n - superScaled\n - 3dSlit \n - 3dRotateFromBottom \n - 3dRotateFromLeft\n\n### Examples\nhttps://postare.github.io/bulma-modal-fx/\n\n## INSTALL\n`npm i bulma-modal-fx`\n\nor simply download latest release: https://github.com/postare/bulma-modal-fx/releases/\n\n## GETTING STARTED\nInclude the plugin css file:\n\n```html\n\u003clink  rel=\"stylesheet\" href=\"dist/css/modal-fx.min.css\" /\u003e\n```\n \n(optional) Include the plugin just before body closing tag:\n```html\n\u003cscript type=\"text/javascript\" src=\"dist/js/modal-fx.min.js\"\u003e\u003c/script\u003e\n```\n\n**Or use a CDN**\n\n```html\n\u003clink  rel=\"stylesheet\" href=\"https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css\" /\u003e\n```\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://unpkg.com/bulma-modal-fx/dist/js/modal-fx.min.js\"\u003e\u003c/script\u003e\n```\n\n### HTML MARKUP\n\n```html\n\u003c!-- trigger button --\u003e\n\u003cspan class=\"button modal-button\" data-target=\"modal-id\"\u003eOpen modal\u003c/span\u003e \n\n\u003c!-- related modal with fx class \"modal-fx-fadeInScale\" --\u003e \n\u003cdiv id=\"modal-id\" class=\"modal modal-fx-fadeInScale\"\u003e  \n\t\u003cdiv class=\"modal-background\"\u003e\u003c/div\u003e  \n\t\u003cdiv class=\"modal-content\"\u003e  \n\t\u003c!-- Any other Bulma elements you want --\u003e  \n\t\u003c/div\u003e  \n\t\u003cbutton class=\"modal-close is-large\" aria-label=\"close\"\u003e\u003c/button\u003e  \n\u003c/div\u003e \n\n\u003c!-- To activate the modal, just add the is-active modifier on the .modal container --\u003e\n\u003cdiv id=\"modal-id\" class=\"modal modal-fx-fadeInScale is-active\"\u003e\u003c/div\u003e[...]\n```\n\n[Bulma documentation on modal](https://bulma.io/documentation/components/modal/)\n\n### MODIFIERS\n\nClass modifiers for `.modal`:\n\n-   `.modal-pos-top`: modal positioned on top\n-   `.modal-pos-bottom`: modal positioned on bottom\n\nClass modifiers for `.modal-content`:\n\n-   `.is-huge`: 100% width modal\n-   `.is-tiny`: 400px width modal\n-   `.is-image`: if the content is an image\n\n\n### SASS VARIABLES\n\n```scss\n// Modal minimal setup\n$transition-duration: .3s;\n$transition-duration-newsPaper: .7s;\n$transition-duration-3dslit: .5s;\n$modal-perspective: 1300px;\n$modal-bg-color: rgba($black,.86);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostare%2Fbulma-modal-fx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostare%2Fbulma-modal-fx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostare%2Fbulma-modal-fx/lists"}