boomerang static method
Causes a video clip to play forwards and then backwards.
Use in conjunction with trimming qualifiers ('duration', 'start_offset', or 'end_offset') and the 'loop' effect to deliver a classic (short, repeating) boomerang clip. For details and examples, see 'Create a boomerang video clip' in the Video Transformations guide. see https://cloudinary.com/documentation/video_manipulation_and_delivery#create_a_boomerang_video_clip returns Effect
Implementation
static Boomerang boomerang() {
return Boomerang();
}