Skip to content

Instantly share code, notes, and snippets.

@anatolyk82
Last active January 22, 2016 20:54
ShaderTransitionView {
id: specialView
anchors.fill: parent
shaderEffect: specialView.effectFADECOLOR
shaderEffectOptions: { "color": Qt.vector3d(0.0, 0.0, 0.0) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment