You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating complex effects can be accomplished by working directly with the layers ImageMapster creates. This currenlty involves targeting them by index position which is brittle and could easily break if (for example) layers were added by snapshot. Additionally it doesn't work with VML, which actually some things could work interchangeably.
Add class names to layers and unique IDs to snapshots. Use underscores to distinguish from end-user classes.
// .mapster_el and #mapster_wrap_n already exist as shown. The others will be added
Creating complex effects can be accomplished by working directly with the layers ImageMapster creates. This currenlty involves targeting them by index position which is brittle and could easily break if (for example) layers were added by snapshot. Additionally it doesn't work with VML, which actually some things could work interchangeably.
Add class names to layers and unique IDs to snapshots. Use underscores to distinguish from end-user classes.
// .mapster_el and #mapster_wrap_n already exist as shown. The others will be added
The text was updated successfully, but these errors were encountered: