You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Performs an animation on the object using one of the defined {FX} effects * * Effects change the object size/position using an interpolation function. * * Athena has the following effects: * - {Fade} performs a fade * - {Mosaic} performs a SNES-like mosaic effect * - {Rotate} performs a rotation on the object * * @param {String} fxName The name of the effect to use. * @param {Object} options The options of the effect. * @param {String} [options.easing="linear"] The easing functions to use, can be: 'linear', 'swing', 'easeInQuad', 'easeOutBounce'. * * @returns {Promise} a promise that will be fullfilled when the effect has been completed */
In Docma v1.x, this used to work correctly, and effects were displayed using an html list:
{Fade} performs a fade
{Mosaic} performs a SNES-like mosaic effect
{Rotate} performs a rotation on the object
In Docma v3.x, markdown isn't interpreted anymore and this is what's displayed instead:
- {Fade} performs a fade - {Mosaic} performs a SNES-like mosaic effect - {Rotate} performs a rotation on the object
Note: the text between curly brackets were also transformed into links but I guess this is expected since links have changed between v1 and v3.
The text was updated successfully, but these errors were encountered:
I have comments like this one:
In Docma v1.x, this used to work correctly, and effects were displayed using an html list:
In Docma v3.x, markdown isn't interpreted anymore and this is what's displayed instead:
Note: the text between curly brackets were also transformed into links but I guess this is expected since links have changed between v1 and v3.
The text was updated successfully, but these errors were encountered: