Skip to content

Commit

Permalink
Doc update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-LaCroix committed Nov 3, 2023
1 parent 5c59c49 commit 6d9f348
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/Noble.Transition/CrossDissolve.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--- A simple cross-fade.
-- @module CrossDissolve
-- @submodule Noble.Transition

class("CrossDissolve", nil, Noble.Transition).extends(Noble.Transition)
Expand All @@ -8,9 +9,10 @@ transition.name = "Cross Dissolve"
-- Type
transition._type = Noble.Transition.Type.MIX

--- Transition properties.
-- @see Noble.transition
-- @see Noble.Transition.setDefaultProperties
---
-- @table Noble.Transition.CrossDissolve.defaultProperties
-- @tparam[opt=Ease.outCubic] Ease ease
-- @tparam[opt=Graphics.image.kDitherTypeBayer4x4] Graphics.image.kDither dither
transition.defaultProperties = {
ease = Ease.outCubic,
dither = Graphics.image.kDitherTypeBayer4x4
Expand Down

0 comments on commit 6d9f348

Please sign in to comment.