chore: format

fix: doc/example/particles/readme, attempt to embed webm preview
fix: doc/example/particles better sample for chaining
refactor: Particle, dropped duration support
This commit is contained in:
Ivan Cherepanov
2019-11-28 23:02:28 +03:00
parent ff425afa26
commit 0f98a8542d
22 changed files with 135 additions and 87 deletions

View File

@ -22,7 +22,6 @@ class ComputedParticle extends Particle {
Duration duration,
}) : super(
lifespan: lifespan,
duration: duration,
);
@override