SamuelOsborne

Results 22 issues of SamuelOsborne

enhancement

Sometimes animations have to much padding inside of their viewboxes and the only current way to change this is by using JS after the animation has loaded, or changing it...

enhancement

enhancement

Hi! I'm going through [the docs](https://github.com/BuilderIO/mitosis/blob/main/docs/components.md#class-vs-classname) and find it says to use 'class' over 'className' which is fine. Currently I can't see any documentation on where to put my class...

Hey folks, @bodymovin Using the lottie_worker.min.js script and calling **stop()** once pauses the animation, calling **stop()** again goes to frame 0. This is not the same behaviour as lottie.min.js that...

This PR adds: - Possibility to add a state machine observer with the 3 event callbacks to listen to: - `fn transition_occured(&self, previous_state: &State, new_state: &State);` - `fn on_state_entered(&self, entering_state:...