firmin icon indicating copy to clipboard operation
firmin copied to clipboard

A JavaScript animation library using CSS transforms and transitions

Results 8 firmin issues
Sort by recently updated
recently updated
newest added

I'd love to port this to typescript. Can you help please? I'm not sure of this syntax at the end of your file Firmin.Transform.methods.forEach(function(method) { var relativeMethod = method +...

It would be nice if firmin supported triggering css keyframe animations. The syntax might look like: ``` javascript /* Simple invocation */ Firmin.animate(box, { name: pulse }, 0.5); /* Chaining...

I love Firmin, thank you so much for creating it. This is a feature request, to remove the styles set in the "style" attribute of an element after an element...

Just spotted this on Stack Overflow: > http://stackoverflow.com/questions/4797675/how-do-i-re-trigger-a-webkit-css-animation-via-javascript

Each publicly exposed method (whether the general `animate` method or a specific one like `translateX`) has a brief code example given in the documentation. It would be good to make...

documentation
demos

The `Transform` and `Transition` objects both have `parse` methods which conform to a common API. It would be good to have some tests to ensure that they both respond suitably...

tests

In addition to the user-checked tests, it would be good to have a set of machine-verified tests which ensure that objects which can be serialised to CSS produce correct code.

tests

Add support for 3D transforms. This should be relatively straightforward for WebKit-based browsers.

API
feature