Skip to main content
Glama

UI/UX MCP Server

by willem4130

animation_create_timeline

Build and manage animation timelines using Framer Motion or GSAP to streamline UI/UX development, ensuring precise control over target elements, properties, duration, delay, and easing.

Instructions

Create animation timeline with Framer Motion or GSAP

Input Schema

NameRequiredDescriptionDefault
animationsYes
libraryNoframer-motion

Input Schema (JSON Schema)

{ "properties": { "animations": { "items": { "properties": { "delay": { "type": "number" }, "duration": { "type": "number" }, "easing": { "type": "string" }, "properties": { "type": "object" }, "target": { "type": "string" } }, "type": "object" }, "type": "array" }, "library": { "default": "framer-motion", "enum": [ "framer-motion", "gsap" ], "type": "string" } }, "required": [ "animations" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/willem4130/ui-ux-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server