Peter Galiba

Results 2 comments of Peter Galiba

I changed the order of the arguments from ``` new xml2js.Parser(function(result, error) ``` to ``` var parser = new xml2js.Parser('UTF-8', function(error, result) {}); ``` This is why I considered it...

The issue is, that jQuery uses px values for everything, and converts everything to pixels. So it cannot animate percentages. You have to convert the percentage values to pixels before...