I would love to pull out compose and effect. Thoughts?
On Thu, Dec 13, 2012 at 1:14 PM, Brian Chirls <
brian....@gmail.com> wrote:
> Didn't think so. I guess that's deprecated then. I assume the same for
> compose. I wonder if they even still work. oh well.
>
> Anyway, Popcorn Base is pretty thorough as far as animation goes. It's well
> documented, with a few simple examples. There are over 30 built-in
> tweening/timing functions, including all the CSS ones, and you can specify
> your own.
>
> The only major restriction is that you need to build a new plugin on top of
> Popcorn Base, rather than working with an existing plugin. But all you have
> to do is include the file and change "Popcorn.plugin" to
> "Popcorn.basePlugin". After that, you can include a single line of code
> ("base.animate()") to animate every CSS style on your plugin's container.
> Additionally, you can animate any other option with a callback function that
> runs on every frame. It supports _update too.
>
> Docs here:
>
https://github.com/brianchirls/popcorn-base/#animate-param-options
>
> At some point in the next few weeks, I'm gonna take a stab at building
> Butter editors for these plugins.