Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.49 KB

Native iOS Dailymotion player

license Maintenance

Dailymotion native iOS player with all functional controls recreated in Framer.

Installation

Using Framer Modules

Install with Framer Modules

Manually

  1. Download project from Github
  2. Copy nativeIOSplayer.coffee into modules/ folder inside your Framer project
  3. Import it into your Framer project by adding
{nativeIOSplayer} = require 'nativeIOSplayer'

Customization

Property Type Description
VODvideo URL Loads video file
VODheader String Define video's header
VODchannel String Define video's channel

Functions

I have included two functions that allow to minimize and expand the player.

Minimize player

nativeIOSplayer.MinimizePlayer()

Expand player - regular size

nativeIOSplayer.ExpandPlayer()