Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add tips and trick: How to animate edges in Meshery Designs #327

Open
leecalcote opened this issue Jul 19, 2024 · 3 comments · Fixed by #337
Open

[Docs] Add tips and trick: How to animate edges in Meshery Designs #327

leecalcote opened this issue Jul 19, 2024 · 3 comments · Fixed by #337
Assignees
Labels
area/docs Improvements or additions to documentation framework/hugo language/markdown

Comments

@leecalcote
Copy link
Member

Current State

Users can animate edges in Meshery Designs by adding an annotation in the relationship definition for edges created in designs.

Desired State

Add the following trick to an appropriate page.

Tip:
To enable this animation for an edge, set the animation property of relationship metadata to "marching-ants".

Example filename: edge-firewall.json
Example content:

{                                                                                                                                                                
"schemaVersion": "relationships.meshery.io/v1alpha2",
"version": "v1.0.0",
"kind": "Edge",
"metadata": {
   "description": "A relationship that act as a firewall for ingress and egress traffic from Pods.",
   "animation": "marching-ants",
   "capabilities": {
   "designer": {
      "edit": {
         "style": true,
         "config": false,
         "label": false
         }
      }
   }
},
"model": {
   "name": "kubernetes",
   .....  rest of relationship }
}

Contributor Guides and Resources

@leecalcote leecalcote added area/docs Improvements or additions to documentation language/markdown framework/hugo labels Jul 19, 2024
@iushdoescode
Copy link
Contributor

hey lee ,
I am interested to contribute to this issue can i get assigned

@hargunkaur286
Copy link
Member

@iushdoescode sure, please go ahead. I'm assigning it to you

@leecalcote
Copy link
Member Author

Incomplete. Reopening...

@leecalcote leecalcote reopened this Aug 5, 2024
@leecalcote leecalcote assigned leecalcote and unassigned iushdoescode Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation framework/hugo language/markdown
Development

Successfully merging a pull request may close this issue.

3 participants