Skip to contents

Each of the er_clip_* functions is a wrapper around the corresponding er_layer_* function, creating an er_clip object with the structure er_clip(duration, transition, layer), where:

  • transition is optional and only added if it appears in the ... parameters

  • layer is created via the er_layer_* function, passing the appropriate parameters from ...

Usage

er_clip_pause(duration, ...)

er_clip_title(duration, ...)

er_clip_title_background(duration, ...)

er_clip_image(duration, ...)

er_clip_image_overlay(duration, ...)

er_clip_subtitle(duration, ...)

er_clip_news_title(duration, ...)

er_clip_slide_in_text(duration, ...)

er_clip_fill_color(duration, ...)

er_clip_radial_gradient(duration, ...)

er_clip_linear_gradient(duration, ...)

er_clip_rainbow_colors(duration, ...)

er_clip_video(duration, ...)

er_clip_audio(duration, ...)

er_clip_title2(duration, ...)

Arguments

duration

numeric: duration in seconds

...

: as for the corresponding er_layer_* function

Value

A list of class er_clip

Details

er_clip_title2 is the same as er_clip_title but automatically inserts an er_layer_fill_color layer underneath the title, to fix font rendering issues (see https://github.com/mifi/editly/issues/84)

See also