[animation-timeline-component] Loop property value bug#289
[animation-timeline-component] Loop property value bug#289jasr88 wants to merge 1 commit intosupermedium:masterfrom
Conversation
Bug: - When you try to modify the loop property value via script, if you set the value to true (boolean type), the result is loop = NaN Expected Behaviour: - When you try to modify the loop property value via script, if you set the value to true (boolean type), the result is loop = true. Solution: - Add a validation for the property loop asking if the value provides is already boolean, if it is, then return it without furter actions.
|
If you want your PR to be merged, you should modify the |
|
Hi, thanks for the response I'll be careful about formatting and indentation next time. The problem is that now that I've checked the But in the dist folder, the problem persists. Now I know that this pull request has no sense, but, maybe can I ask to update the dis/animation-timeline-component.js code? For now, we are using a workaround converting the boolean value to a string, I just want to save some time for those how have faced this problem. |
|
Hi, just to be clear I'm not a maintainer of the repository, and I don't use the component myself, so I'm not the one that can change anything here. :-) to update the |
Bug:
Expected Behaviour:
Solution: