SVG Artista icon
SVG Artista icon

SVG Artista

 4 likes

SVG Artista is a spin-off project of Animista.net. A lot of Animista users have been asking us about how we made the Animista splash screen animation. Therefore we decided to develop a tool that would simplify the process of creating such an animation.

SVG Artista screenshot 1

License model

  • FreeProprietary

Platforms

  • Online
  No rating
4 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Support for SVG

SVG Artista News & Activities

Highlights All activities

Recent activities

Show all activities

SVG Artista information

  • Developed by

    Sergej Skrjanec & Ana Travas
  • Licensing

    Proprietary and Free product.
  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about SVG Artista, and it has gotten 4 likes

SVG Artista was added to AlternativeTo by westmann on Jan 30, 2020 and this page was last updated Apr 27, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is SVG Artista?

SVG Artista is a spin-off project of Animista.net. A lot of Animista users have been asking us about how we made the Animista splash screen animation. Therefore we decided to develop a tool that would simplify the process of creating such an animation. It was originally meant to be a part of Animista, but as it soon outgrew our original idea it made sense to make it a separate project.

SVG Artista is a tool that helps you animate stroke and fill properties in your SVG images with plain CSS code. It should work fine with path, line, polyline, rect, circle, ellipse and polygon elements. It cannot animate SVG gradients though, so please keep that in mind.

SVG Artista generates the necessary CSS and updates the SVG code so that it can be easily animated by assigning the .active class to the SVG element. It doesn't rely on third-party JS libraries to work, although you will likely want to use one to dynamically set the .active class on some kind of trigger (e.g. on scroll into view). Depending on your preference, you can generate either the CSS transition or CSS animation code.

CSS animated SVG is fairly well supported and should work in all modern browsers. That said, SVG Artista generated code is provided as-is, without warranty of any kind. Use your judgment and test it in your target environment and browsers before using it in production.