{"id":19253530,"url":"https://github.com/webcyou/rippleeffectjs","last_synced_at":"2025-07-15T19:20:14.329Z","repository":{"id":58229739,"uuid":"50780539","full_name":"webcyou/RippleEffectJS","owner":"webcyou","description":"MaterialDesign - RippleEffect JavaScript Library","archived":false,"fork":false,"pushed_at":"2016-01-31T17:33:58.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T08:05:03.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/webcyou.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":"2016-01-31T15:21:09.000Z","updated_at":"2016-08-31T01:50:33.000Z","dependencies_parsed_at":"2022-08-31T09:21:30.341Z","dependency_job_id":null,"html_url":"https://github.com/webcyou/RippleEffectJS","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/webcyou%2FRippleEffectJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2FRippleEffectJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2FRippleEffectJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2FRippleEffectJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcyou","download_url":"https://codeload.github.com/webcyou/RippleEffectJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240347981,"owners_count":19787237,"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-11-09T18:31:31.941Z","updated_at":"2025-02-23T17:13:08.878Z","avatar_url":"https://github.com/webcyou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# RippleEffectJS\n- MaterialDesign - RippleEffect JavaScript Library\n\n![](http://webcyou.com/ripple_effect_js/demo/img/screen_shot.png)\n\n### これは何？\nMaterial design対応。クリックまたはタッチで、リップルエフェクトを表示する、JavaScriptライブラリです。\n\n\n### demo\n[デモページ](http://webcyou.com/ripple_effect_js/demo/)\n\n![](http://webcyou.com/ripple_effect_js/demo/img/screen_shot_demo_page.png)\n\nデモページでは、設定を任意で変更可能です。\n\n### Install\n\n#### Bower\n```\nbower install ripple_effect.js\n```\n\n### Basic Usage\n\n```\n\u003cscript src=\"ripple_effect.js\"\u003e\u003c/script\u003e\n```\n\n### Advanced Usage\n\n```\n\u003cscript src=\"ripple_effect.js\"\u003e\u003c/script\u003e\n```\n```\nvar rippleEffect = new RippleEffect();\n```\nSingleton Object\n\n#### Set Options\n```\nnew RippleEffect(Options);\n```\n\n### Options\n```\nnew RippleEffect({\n  \"color\": \"#ffffff\"\n});\n```\n\n# Options Reference\n\n| OptionName        | DefaultValue         | SetValue                 | OptionDetail|\n| --------------- |:---------------:| -------------------- | -------:|\n| color | '#64c7eb' | string | RippleEffectの色を指定 |\n| width | '50px' | string | RippleEffectの幅を指定。isCircle trueの場合は、width,heightいずれかの最大値と同等となる。 |\n| height | null  | string | RippleEffectの高さを指定。isCircle trueの場合は、width,heightいずれかの最大値と同等となる。 |\n| time | 500 | number (ms) | RippleEffectのアニメーションの速さを指定。 |\n| image | null | string | 背景画像パスを指定。BackGroundImageSizeは、isCircle trueの場合は、width値と同等となる。 |\n| isCircle | true | boolean | 円形判定。背景画像指定の際は、false指定。 |\n| rippleClass | 'rf-ripple' | string (className) | RippleEffectの大枠のcssクラス名 |\n| ripplePictureClass | 'rf-ripple-picture' | string (className) | RippleEffectの中身のcssクラス名 |\n\n\n### Author\nDaisuke Takayama\n[Web帳](http://www.webcyou.com/)\n\n\n### License\nCopyright (c) 2016 Daisuke Takayama\nReleased under the [MIT license](http://opensource.org/licenses/mit-license.php)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou%2Frippleeffectjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcyou%2Frippleeffectjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou%2Frippleeffectjs/lists"}