Results 27 comments of Hugo Zapata

@YerkoPalma For me the issue with CSS based animations is that things get complicated (or just not possible) for complex escenarios (staggering, composition, speed changes) , this in part is...

I just read the tutorial. The only thing that was not clear to me was finding the 'onload' event on a div tag here > Next we'll trigger the getTodos...

@mickeyvip Not sure if adding more dependencies to ES6 features is a good idea for the handbook. In the choo docs they state that the only ES6 things needed are...

It's a PS3 original controller using Bluetooth.

hey @BrunnoBombino , no. This library allows you to read events from the controller and create applications with it.

Proxies are currently not meant to change target elements by changing selectors. However you don't need to do it. If you need to update another element you can use an...

Right now onElementSelected will be called with the array of elements if there is more than one. And all of them will be updated. Now that I think about it,...

Thanks @amirhouieh I added the ability to change selector to SvgProxy. When the selector changes, the original elements will kept the updated attributes and the new selection will be updated...

@lynnerang You can add a Proxy that targets all the relevant elements with the default class value and another Proxy where the selector targets the half you want to add...

> Sounds awesome, is there anywhere you can point me to on more documentation of how the Proxy works? I'd love to essentially be able to loop through index 5-10...