Found three option what really matter and they aren't configurable (missing).

Missing option:

  • data-time (how long animation takes - most important option)
  • data-ease-in / data-ease-out (easing for the animations - very important)
  • data-fixed (no animation - don't know if is nedeed but maybe)

To reproduce:

  1. Create new View
  2. Choose format -> Views Fractionslider
  3. Click "Setting" near format
  4. Choose "Field Settings"
  5. Choose for example "Title"

For all possible option (references):
http://jacksbox.de/stuff/jquery-fractionslider/element-option-reference/

Screenshot:
Place where option is missing.

CommentFileSizeAuthor
screenshot.png47.18 KBpatryk padus

Comments

monymirza’s picture

Assigned: Unassigned » monymirza

Thanks for reporting. i will look it.

  • monymirza committed 1b5379a on 7.x-2.x
    Issue #2450909: Views - More configurations option (3 missing)
    
monymirza’s picture

Version: 7.x-2.3 » 7.x-2.x-dev
Status: Active » Needs review

data-time and data-ease-in / data-ease-out options added. there is no need for data-fixed

Alternately of data-fixed, set data-in/out to none.

Thanks,

patryk padus’s picture

I will upload new module (you have email :))
Added options from plugin for fully support it.
Now i have in my panel all variables from JS editable.
This 3 option checked and work perfectly :D

monymirza’s picture

Status: Needs review » Closed (fixed)