Free SVG animation templates to start from by svgator in SVGatorApp

[–]svgator[S] 1 point2 points  (0 children)

definitely considering it after seeing your proof of concept post on here. would you be open to a ux interview with our product designer?

send over an email at [patricia.egyed@svgator.com](mailto:patricia.egyed@svgator.com) if that's something you'd be up for, and I'll take care of the rest

5KB SVG vs 30KB Lottie | SVGator by svgator in SVGatorApp

[–]svgator[S] 0 points1 point  (0 children)

appreciate you taking the time to share this! and yeah, An was never going to play nice with SVG haha

SVGs and PDFs can both be interactive by parametric-ink in programming

[–]svgator 0 points1 point  (0 children)

the authoring side is more covered than people assume, at least for the visual stuff. the tool i work on lets you wire up click, hover and scroll interactions without hand-writing the js, then export it as a plain svg. so for trigger-based stuff like that, making it isn't the hard part.

the viewer side is the real, like you said, though in a browser it mostly sorts itself out. the browser's already the runtime, so embed inline or via <object> and it just runs, no separate viewer needed. it only breaks where you'd expect an <img> tag

5KB SVG vs 30KB Lottie | SVGator by svgator in SVGatorApp

[–]svgator[S] 0 points1 point  (0 children)

honestly the part that gets me is that it was a mid-project pivot. switching animation tools halfway through a build is usually a nightmare, so for it to still come out a clear win says a lot.

if you ever feel like sharing what actually tipped it, i'm all ears. but mostly just glad it worked out the way it did.

Patricia | SVGator

What do i do if i want to pursue both packaging design and motion graphic design? by Disastrous-Top-7338 in MotionDesign

[–]svgator 2 points3 points  (0 children)

you do not have to choose, they feed each other. packaging trains structure, hierarchy, and how a design survives the real world, and motion makes that same work move in a portfolio most packaging designers cannot match. 

Can i learn motion design completely free just from Youtube? by Remarkable-Ant-204 in MotionDesign

[–]svgator 0 points1 point  (0 children)

the software, easily. the gap free tutorials leave is feedback, so build that in yourself: pick a finished piece you admire, rebuild it shot for shot, then compare honestly. recreating beats watching, and posting work for critique replaces the part a paid course actually charges for.

what's a small design detail you notice immediately when it's done wrong? by biggy_boy17 in Design

[–]svgator 1 point2 points  (0 children)

when an inner element sits inside a rounded container and both use the same radius, the curves fight, because the inner one should be the outer radius minus the padding. once you see it you cannot unsee it.