Blur property of a gallery

Please can you tell me the “blur”-property of a gallery?

blockData.blur doesn´t work.

When I want to manipulate the gallery (setting subItem.activeIndex=x, or with blockData.delegate.scriptAdaptor.actionListBackward() it ONLY affects the thumbnail-image, BUT NOT the main-image.

Can you help me please?

Blur: blockData.style.blockEffectStrength = 32

Gallery index: blockData.delegate.scriptAdaptor.actionItemIndex(x)

Another question concerning the “animation”-widget (image-sequence):
I must be able to play, pause and seek (in paused mode) to a specific frame. Is that equal like the video-widget?

Number of frames: block.subItem.imagesCount
Seek: block.subItem.currentFrame = newFrameNumber
Play: blockData.delegate.scriptAdaptor.actionPlay()
Stop: blockData.delegate.scriptAdaptor.actionStop()
Frame up: blockData.delegate.scriptAdaptor.actionFrameUp()
Frame down: blockData.delegate.scriptAdaptor.actionFrameUp()


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.