{"id":35134765,"url":"https://github.com/sander76/svg_animation_plugin","last_synced_at":"2026-05-17T23:34:20.130Z","repository":{"id":73224191,"uuid":"49070025","full_name":"sander76/svg_animation_plugin","owner":"sander76","description":"A markdown svg parser to create svg animations with the help of snapSvg","archived":false,"fork":false,"pushed_at":"2016-01-05T14:16:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T21:28:05.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sander76.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-05T14:13:16.000Z","updated_at":"2016-01-05T14:13:32.000Z","dependencies_parsed_at":"2023-03-17T02:46:02.237Z","dependency_job_id":null,"html_url":"https://github.com/sander76/svg_animation_plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sander76/svg_animation_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sander76%2Fsvg_animation_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sander76%2Fsvg_animation_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sander76%2Fsvg_animation_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sander76%2Fsvg_animation_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sander76","download_url":"https://codeload.github.com/sander76/svg_animation_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sander76%2Fsvg_animation_plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33159099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-12-28T08:09:22.423Z","updated_at":"2026-05-17T23:34:20.125Z","avatar_url":"https://github.com/sander76.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown svg parser. Creation of SnapSVG animations.\n\n## usage.\n\n```\n_PVMAN_                        # Opens the block.\nSVG: ../imgs/remote_white.svg  # Refer to the relative location of the SVG file.\nTIMING                         # Start the Timing definitions.\n[#stop]{\"text\":[\"Press and hold stop\",\"until the remote starts blinking\"]}\n[#stop]{\"fill\":\"orange\"}\n[#text_up, #text_down, #text_open,#text_close,#text_arrow_down,#text_arrow_up,#text_stop]{\"blinkstart\":{\"fill\":\"lightblue\"},\"after\":3500}\n[#text_1]{\"fill\":\"lightblue\",\"after\":0}\n[#blind_button]{\"text\":[\"Press and hold the blind button...\",\"...keep pressing\"],\"after\":3000}\n[#bottom_bar]{\"text\":[\"...And see the blind jog\",\"as confirmation\"],\"after\":1000}\n[#bottom_bar]{\"transform\":\"t0,-20\",\"speed\":800,\"after\":1000}\n[#bottom_bar]{\"transform\":\"t0,0\",\"speed\":800,\"after\":1000}\n#\u003c/blind\u003e\n[#blind_button]{\"text\":[\"Release the blind button\"],\"after\":2000}\n[#blind_button]{\"fill\":\"white\",\"after\":2000}\n[#text_start]{\"text\":[\"Finished !\"],\"after\":2000}\n[#text_up, #text_down, #text_open,#text_close,#text_arrow_down,#text_arrow_up,#text_stop]{\"blinkstop\":{\"fill\":\"#333333\"}}\nEND                           # Ends the timing definitions.\n_PVMAN_                       # Closes the block\n```\n\n## Installation:\n```python\npython setup.py install\n```\n\nIn the mkdocs project:\n\n- create a new theme folder in the root of the project.\n- In the ```docs``` folder create a ```js``` folder and put ```snap.svg-min.js``` in it.\n\nCopy your desired ```base.html``` theme to the new theme folder. Move \n```\n{%- for path in extra_javascript %}\n    \u003cscript src=\"{{ path }}\"\u003e\u003c/script\u003e\n{%- endfor %}\n```\ninside the ```\u003chead\u003e``` tag.\n\nIn the ```config.yaml``` file enter:\n```yaml\nmarkdown_extensions:\n  - md_svg_animation_plugin\n  \nextra_javascript:\n  - \"js/snap.svg-min.js\"\n  \ntheme_dir: 'new_theme' # Your created theme folder.\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsander76%2Fsvg_animation_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsander76%2Fsvg_animation_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsander76%2Fsvg_animation_plugin/lists"}