fromValues static method

Implementation

static Iterable<AnimationReplaceState> fromValues(Iterable<String> values) =>
    values.map(fromValue);