Designer News
Where the design community meets.
Berlin Developer at Wunderflats Joined almost 7 years ago
Mike hasn't posted any stories yet.
The animated emojis are fun but the website took over a minute to load for me - over 13.4MB of assets to load D:
A tiny bit of that could be shaved off by optimising the images. I tried sticking them all in ImageOptim and saved 728KB.
Using animated SVGs instead of GIFs would shave off a lot more. GSAP or Snap.svg would help.
I purchased Quiver a while a go but hardly use it (https://itunes.apple.com/us/app/quiver-programmers-notebook/id866773894?mt=12).
I seem to just stick to Sublime Text now, using this package - https://github.com/SublimeText-Markdown/MarkdownEditing
Yeahhh! I saw you talk at Render Conf in Oxford and your talk was awesome.
I recently created a small multi-scene animation with Sketch, which was exported as a single SVG and animated with GSAP (each "scene" was a different group within the SVG). The biggest problem I had was trying to keep the SVG editable in Sketch after it had been edited in Sublime Text. Whenever I exported after editing it would break / render not as expected.
I'm guessing having everything in one big SVG was a bit of a dumb idea, but do you have any tips for how to best organise source files for this kind of project, and how to make sure edits can be made without too much pain afterwards?
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
I think having some kind of experience with server-side languages is important. I don't think you need to be a master of them, but knowing enough that you can consume the data the server-side app is spitting out and handle basic template logic is important.
Nice site btw!