docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open leecalcote opened this issue 1 year ago β€’ 4 comments

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 avatar Jul 19 '24 21:07 leecalcote

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

iushdoescode avatar Jul 24 '24 09:07 iushdoescode

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

hargunkaur286 avatar Jul 25 '24 18:07 hargunkaur286

Incomplete. Reopening...

leecalcote avatar Aug 05 '24 22:08 leecalcote

Given your recent question on the topic and in answer to it, @Alero-Awani, will you enhance this doc to include a description and snapshot of this:

Screenshot 2024-10-16 at 9 08 17β€―PM

leecalcote avatar Oct 17 '24 02:10 leecalcote