|
|
|
|
|
by CharlesW
2020 days ago
|
|
> But you're wrong in the sense that development paradigm represented an era where programmers and non-programmers alike could dive in to explore, conceive and create experiences in a way that is more interesting and accessible to a broader group of people than today's more modern, powerful practices. The parent commenter is correct. Adobe Animate is literally the Flash creation tool you remember, and provides the same experience. [1] "Adobe Animate (formerly Adobe Flash Professional, Macromedia Flash, and FutureSplash Animator) is a multimedia authoring and computer animation program developed by Adobe Systems." https://en.wikipedia.org/wiki/Adobe_Animate |
|
The fact that Animate can export to a web-compatible format is not sufficient for replicating the richness of Flash-based media with web standards. We tried. The output was far too bloated and inconsistent and didn't interact well with other web content. It also didn't support many the features of SWFs that we had previously been using.
We ended up writing our own JS animation framework that works with Animate-exported SVGs. It's faster and leaner than the web export from Animate, and we were able to figure out ways to replicate the special features we needed (or design around them). Plus, it acts like responsible, interoperable web content, not a blob of JS that acts like a compiled binary.
Point being — there's a lot more nuance here. Yes, Adobe Animate is the same tool as ever. But the fact that you can't as easily take the output from that tool, publish it, and get an It Just Works™ experience means there's a significant barrier now that never used to exist.