Pixel Fractions??

I saw this code in another team's demo:

animateProperty("height","1123.2px;1144.8px",8);

I'm not a video guy but you cannot display pixels in fractions right

I think Flash lets you define pixels in fractions but I thought those were rounded up in the browser.





Answer this question

Pixel Fractions??

  • sandyk - MSFT

    Yeah that looks like bad code... it isn't spec compliant.

    Don't do that :-)



  • LeoXue

    I guess if you put something like this in your script players will ignore it. If you try to have pixel fractions in your markup your file won't be valid when you check against the schemas.
  • Pixel Fractions??