DEV Community

Cover image for Glaxnimate: Create 2D Vector Animations for the Web
Mattia Basaglia
Mattia Basaglia

Posted on

1 1

Glaxnimate: Create 2D Vector Animations for the Web

Glaxnimate is an Open Source animation editor focused on creating vector graphics animations for the web.

Main Window

Supported Formats

While Glaxnimate also supports more traditional formats (among others GIF, WebP, and MP4), its focus is exporting to Lottie and animated SVG, both of which allow embedding the animation in web pages without losing resolution.

Lottie has been gaining traction as a web format for animations but it lacks good open source editors. Glaxnimate has the goal to fill this gap and to allow you to create and edit Lottie animations without the need of expensive software like Adobe After Effects.

Glaxnimate also allows you to preview how Lottie and SVG animations look in your browser with a click of a button.

Vectorization

Trace Bitmap Dialog

If you have existing raster images that you want to animate as vector graphics, Glaxnimate has you covered with its advanced bitmap tracing functionality.

Tweening

Since Glaxnimate is focused on vector animation, it employs the technique known as "tweening". This means that you need to only modify certain keyframes and the animation runs smoothly between the given shapes.
It also gives you a few built-in easing options to easily make extremely smooth animations and it also allows you to fine-tune the transition between keyframes if you need more advanced controls.

Scripting

Glaxnimate has extensive scripting functionality with Python.
It provides a plugin system which you can use to add support for new file formats or simply automate certain tasks.
It also has a script console where you can run small snippets and see the changes live.
It even comes as python package if you want to create, modify, or export your animations programmatically.

Cross Platform

Glaxnimate runs on GNU/Linux, Mac, and Windows. It provides several binary packages on its download page.

Customization

Settings Dialog

Glaxnimate's UI is fully customizable: you can change colors, icons, layout, and more.

Learn More

If you think Glaxnimate is interesing, here are some resources:

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay