Jump to content
Search Community

matt lohkamp

Members
  • Posts

    2
  • Joined

  • Last visited

matt lohkamp's Achievements

0

Reputation

  1. This is easy to reproduce: in chrome and firefox, the bar fills up as the progress value attribute tweens from 0 to 100. On edge, the bar stays blank, until the tween finishes and the bar suddenly catches up. **edit** - I've been able to create similar behavior using a requestAnimationFrame loop - it seems like the commands to change the element value are stacking up, somehow, so that their execution is being delayed, at least visually, until they reach some kind of critical mass. Continuously logging the progress value to the console shows that the value is being incremented properly, but the progress element is clearly not being re-rendered to reflect this in sync. Makes it seem like this might be an IE/Edge specific bug.
  2. I searched around a bit to see if this had been suggested before - I'm guessing it has, but just in case - you can already pass in an array of clips to have their properties tweened - why not allow passing in a vector (e.g. Vector.<DisplayObject>) as well? mostly for the sake of sheer convenience in not having to switch collection formats when you need to tween things.
×
×
  • Create New...