Littlee

Results 22 comments of Littlee

I'm looking forward to this feature

after I change the syntax to es6, it works, but do I have to use es6? ``` js import React from 'react'; import { render } from 'react-dom'; import {...

That's cool, I was also thinking to do the trick with :before element

I think you can follow the `body-parser` way: https://github.com/expressjs/body-parser ``` html ``` wiil be ``` js { "caruosel": [ { "link": "c link 0", "src": "c src 0" }, {...

I might find a good way for this issue check this out https://lodash.com/docs#values it can convert object to array

@serbanghita Hey, it's almost 2 years since I created this issue, I'm still expecting a array parsing feature. Here's my proposal: if the parsed value's keys are "strictly ordered" and...

> but that also disables click events in my test, the children elements inside the `draggable` target **can** trigger click event normally on iOS 13. It looks more like a...

the current `steps` easing can not implement sprite sheet animation I have to do something like this: ```js anime({ targets: '.sprite', keyframes: Array(10) .fill('') .map((item, index, arr) => { return...

tracking this issue 👀