easing property

dynamic easing

Implementation

dynamic get easing => js_util.getProperty(this, 'easing');
void easing=(dynamic newValue)

Implementation

set easing(dynamic newValue) {
  js_util.setProperty(this, 'easing', newValue);
}