mirror of https://github.com/google/pebble
spelling: example
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
8231962ed3
commit
fa4eee1991
|
@ -142,7 +142,7 @@ static void click_handler(ClickRecognizerRef recognizer, Window *window) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Exmple animation parameters:
|
// Example animation parameters:
|
||||||
|
|
||||||
// Duration defaults to 250 ms
|
// Duration defaults to 250 ms
|
||||||
animation_set_duration(&prop_animation->animation, 1000);
|
animation_set_duration(&prop_animation->animation, 1000);
|
||||||
|
|
|
@ -96,7 +96,7 @@ static void click_handler(ClickRecognizerRef recognizer, Window *window) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Exmple animation parameters:
|
// Example animation parameters:
|
||||||
|
|
||||||
// Duration defaults to 250 ms
|
// Duration defaults to 250 ms
|
||||||
animation_set_duration(animation, 1000);
|
animation_set_duration(animation, 1000);
|
||||||
|
|
Loading…
Reference in New Issue