Michał Skowronek

Results 65 comments of Michał Skowronek

> in that case the bounty instance will be mostly used for options. That's correct. I think we are on the same page. I will try to create some POC...

Hi @flowsandbits. Yes, you can create multiple instances and control them individually. Each call `bounty(...)` creates new object on `el` DOM node. This api is not perfect and it's a...

@orrd Only partially by `initValue` option.

Hi! The main reason I didn't use odometer.js and created this library was lack of those effetcs. I consider making them optional though, but in different way than by providing...

@fredrikekelund my idea was to allow compose motion effects rather than configure them, but at this moment API is more oriented toward configuration (at least without ground rework of the...

Thank you, will look at this. I think the real issue here is I am not converting animated elements to one text element after animation finished.

Hi, thanks for the feedback. Yea there is a lot of issues related to filters across different browsers. Could attach some screenshots with the issue?

Uh oh, you are right. I think I saw this before. The solution might be to remove filters after animation finishes. Are you ok to work on a PR fixing...

Hi @tylerdcorwin During animation there are filters applied to all elements which are being moved around (motion blur). This is done by setting specific filter id on particular element https://github.com/coderitual/bounty/blob/44a3735a945b22b1ae307833a58247789a1790d4/src/bounty.js#L13...

hey @irieislaw4, sorry for late response. Currently you cannot do it but I am open for any PR in that matter.