mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
Bug 1322589 - Correct description of StyleAnimationValue::Accumulate; r=hiro
MozReview-Commit-ID: 39gWkeIs11F --HG-- extra : rebase_source : 6d94af4fd16fbc705ad9847643ed22b148de563b
This commit is contained in:
parent
75d98cae1d
commit
3a6e8529d3
@ -147,10 +147,10 @@ public:
|
||||
StyleAnimationValue& aResultValue);
|
||||
|
||||
/**
|
||||
* Accumulates |aA| onto |aA| |aCount| times then accumulates |aB| onto the
|
||||
* result.
|
||||
* Accumulates |aA| onto |aA| (|aCount| - 1) times then accumulates |aB| onto
|
||||
* the result.
|
||||
* If |aCount| is zero or no accumulation or addition procedure is defined
|
||||
* for |aProperty| the result will be |aB|.
|
||||
* for |aProperty|, the result will be |aB|.
|
||||
*/
|
||||
static StyleAnimationValue
|
||||
Accumulate(nsCSSPropertyID aProperty,
|
||||
|
Loading…
x
Reference in New Issue
Block a user