Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Add custom style option directive #430

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add custom style option directive #430

wants to merge 2 commits into from

Conversation

jays1204
Copy link

User can add custom style option of carousel list element.
rn-carousel-custom-style direction has json data.
This direction object can have four keys.

  • all : apply style with every carousel list element
  • first : apply style when first list element visible
  • middle : apply style when second ~ before last carousel list element visible
  • end : apply style when last list element visible

Above four key have css style key & value.
and also special key with prefix "_rest-". This style value of key apply with non visible carousel list element.

jays.woo added 2 commits May 22, 2017 16:23
User can add custom style option of carousel list element.
rn-carousel-custom-style direction has json data.
This direction object can have four keys.
- all : apply style with every carousel list element
- first : apply style when first list element visible
- middle : apply style when second ~ before last carousel list element visible
- end : apply style when last list element visible

Above four key have css style key & value.
and also special key with prefix "_rest-". This style value of key apply with non visible carousel list element.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant