preferAnimation property

bool preferAnimation

Implementation

bool get preferAnimation => js_util.getProperty(this, 'preferAnimation');
void preferAnimation=(bool newValue)

Implementation

set preferAnimation(bool newValue) {
  js_util.setProperty(this, 'preferAnimation', newValue);
}