Closed
Description
Bug Report
Prerequisites
- Can you reproduce the problem in a MWE?
- Are you running the latest version of AngleSharp?
- Did you check the FAQs to see if that helps you?
- Are you reporting to the correct repository? (there are multiple AngleSharp libraries, e.g.,
AngleSharp.Css
for CSS support) - Did you perform a search in the issues?
For more information, see the CONTRIBUTING
guide.
Description
Title pretty much says it all. Crawling through the KeyFrames and using ParseTransform. I have access to the "Arguments", but took awhile that for the 'degree' of rotate for example, was in the 4th argument, because it was part of a class I had no idea what was in it. To prevent future incompatibility it would be easier just to use the classes directly incase something changes.
Possible Solution
Put public infront of each class. :)