• Home
  • Documentations
    • Phlox WordPress Theme
    • Phlox Pro WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress Pro
    • Master Slider WordPress Free
    • LOTUS WordPress Theme
  • Video Tutorials
    • Phlox ? Video Tutorials
    • Master Slider WP Pro
    • Master Slider WP Free
    • Master Slider jQuery
    • Lotus ? Video Tutorials
  • FAQ
    • General Questions
    • LOTUS WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress
    • CUTE Slider
  • Knowledge base
    • Beginners
    • Advanced Techniques
    • WordPress plugins
  • Support Forum
    • Login Or Register
    • Support Forum
    • Support Policy
Averta Support Center
  • Home
  • Documentations
    • Phlox WordPress Theme
    • Phlox Pro WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress Pro
    • Master Slider WordPress Free
    • LOTUS WordPress Theme
  • Video Tutorials
    • Phlox ? Video Tutorials
    • Master Slider WP Pro
    • Master Slider WP Free
    • Master Slider jQuery
    • Lotus ? Video Tutorials
  • FAQ
    • General Questions
    • LOTUS WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress
    • CUTE Slider
  • Knowledge base
    • Beginners
    • Advanced Techniques
    • WordPress plugins
  • Support Forum
    • Login Or Register
    • Support Forum
    • Support Policy

Looking for the answer

  • Home
  • Master Slider JavaScript
  • Layers
  • Adding Group Layer

Adding Group Layer


Group layer lets you group your layers. Layers can be inside a group and get position related to the group layer. It helps you easily move multiple layers, add single or additional layer animation to them, and create a masked area to move layers inside it.

To create a group layer, you need to specify it with data-layer class name and set its type by data-type="group". Other layers need to be added as a child element of the group to locate inside the group layer. The following example create a group layer containing two text layers.

	<div id="masterslider" class="master-slider">
		<div class="ms-slide">
			<!-- .... -->
			<div class="ms-layer" data-type="group">
				<div class="ms-layer" data-type="text">
					Text layer content here...
				</div>
				<div class="ms-layer" data-type="text">
					Text layer content here...
				</div>
			</div>
			<!-- .... -->
		</div>
		<!-- .... -->
	</div>

This article only describes how to create the group layer. If you need more information about layers, check out the following articles:

  • Positioning layers
  • Animating layers
  • Masking layers
  • Layer parallax effect

Was this information helpful?

Submit
Previuos Step
Related articles list
Create New Support Ticket

Maybe You're Searching For These

Phlox Accordion
Phlox Search
Phlox Button
Organizing Portfolios with Category & Tag
Changing Slider Skin
Adding Button Layer
Getting Started with Phlox Shortcodes
Master Slider visual builder tool
Copyright © 2017 Averta. All rights reserved.