mirror of
https://github.com/google/pebble.git
synced 2026-02-13 08:57:21 -05:00
spelling: property
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
//! Actually, property animations do more than just moving a Layer around over time.
|
||||
//! PropertyAnimationLegacy2 is a concrete class of animations and is built around the Animation
|
||||
//! subsystem, which covers anything timing related, but does not move anything around.
|
||||
//! A ProperyAnimation animates a "property" of a "subject".
|
||||
//! A PropertyAnimation animates a "property" of a "subject".
|
||||
//!
|
||||
//! <h3>Animating a Layer's frame property</h3>
|
||||
//! Currently there is only one specific type of property animation offered off-the-shelf, namely
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
//! @addtogroup Animation
|
||||
//! @{
|
||||
//! @addtogroup PropertyAnimation
|
||||
//! \brief A ProperyAnimation animates the value of a "property" of a "subject" over time.
|
||||
//! \brief A PropertyAnimation animates the value of a "property" of a "subject" over time.
|
||||
//!
|
||||
//! <h3>Animating a Layer's frame property</h3>
|
||||
//! Currently there is only one specific type of property animation offered off-the-shelf, namely
|
||||
|
||||
Reference in New Issue
Block a user