All Projects β†’ EddyVerbruggen β†’ Nativescript Keyframes

EddyVerbruggen / Nativescript Keyframes

Licence: other
Facebook Keyframes plugin - if CSS animations don't cut it for ya

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nativescript Keyframes

Nativescript Plugin Firebase
πŸ”₯ NativeScript plugin for Firebase
Stars: ✭ 990 (+2993.75%)
Mutual labels:  nativescript, facebook
Facebook
A Facebook Graph API SDK For Go.
Stars: ✭ 948 (+2862.5%)
Mutual labels:  facebook
Ultimate Metatags
A large snippet for your page's <head> that includes all the meta tags you'll need for OPTIMAL sharing and SEO. Extensive work has been put into ensuring you have the optimal images for the most important social media platforms.
Stars: ✭ 24 (-25%)
Mutual labels:  facebook
Zuck
Facebook Graph API wrapper for Elixir
Stars: ✭ 12 (-62.5%)
Mutual labels:  facebook
Vuepress Plugin Social Share
πŸ“£ Social sharing plugin for VuePress
Stars: ✭ 27 (-15.62%)
Mutual labels:  facebook
Beaverandfairies
Stars: ✭ 14 (-56.25%)
Mutual labels:  facebook
Nativescript Masked Text Field
#️⃣ A NativeScript Masked Text Field widget
Stars: ✭ 24 (-25%)
Mutual labels:  nativescript
Nativescript Azure Mobile Apps
☁️ NativeScript plugin for working with Microsoft Azure Mobile Apps services
Stars: ✭ 31 (-3.12%)
Mutual labels:  nativescript
Shoutoutplay
The mobile app that allows you to create and record personal dedications using your favorite music playlists for corporate events, parties, weddings and get togethers.
Stars: ✭ 28 (-12.5%)
Mutual labels:  nativescript
Friends Scraper
Scrapes the list of friends of a given Facebook account
Stars: ✭ 11 (-65.62%)
Mutual labels:  facebook
Nativescript Headset Detection
Detect when a headphone (jack or bluetooth) is (dis)connected.
Stars: ✭ 11 (-65.62%)
Mutual labels:  nativescript
Facepy
Facepy makes it really easy to use Facebook's Graph API with Python
Stars: ✭ 845 (+2540.63%)
Mutual labels:  facebook
Shrinktome
πŸ“˜Shrink facebook by 5% every 10th second. You're welcome!
Stars: ✭ 15 (-53.12%)
Mutual labels:  facebook
Serverless Aws Cognito Login
Simple example project with instructions how to implement serverless login using AWS Cognito.
Stars: ✭ 26 (-18.75%)
Mutual labels:  facebook
Grain
The Entire History of You
Stars: ✭ 30 (-6.25%)
Mutual labels:  facebook
Facebook Messenger
Definitely the best way to make Bots on Facebook Messenger with Ruby
Stars: ✭ 927 (+2796.88%)
Mutual labels:  facebook
Nativescript Paystack
Nativescript integration for Paystack payment platform
Stars: ✭ 10 (-68.75%)
Mutual labels:  nativescript
Spotify Bot
Spotify Messenger Bot
Stars: ✭ 12 (-62.5%)
Mutual labels:  facebook
Afb instant articles
allfacebook Instant Articles - The WordPress Plugin for facebook instant articles.
Stars: ✭ 31 (-3.12%)
Mutual labels:  facebook
Nativescript Flappy Bird
NativeScript implementation of Flappy Bird (basic). Demonstrates how to build games in NativeScript.
Stars: ✭ 31 (-3.12%)
Mutual labels:  nativescript

NativeScript Facebook Keyframes plugin

{N} wrapper for this awesome animation library

Why use this?

Good question, as NativeScript already has outstanding CSS animation support!

Make sure you check that out as well, but if you or your designer is a sucker for After Effects to create crazily complex (and beautiful) animations then this is the plugin for you.

Installation

From the command prompt go to your app's root folder and execute:

tns plugin add nativescript-keyframes

Demo app

Want to dive in quickly? Check out the demo. Which looks like this (YouTube video). Otherwise, continue reading.

You can run the demo app from the root of the project by typing npm run demo.ios.device.

API

This plugin makes most sense when used from XML, which is done like this:

<Page xmlns:Keyframes="nativescript-keyframes">
  <Keyframes:KeyframesView
      class="keyframe"
      width="200"
      height="200"
      source="keyframes/logo.json">
  </Keyframes:KeyframesView>
</Page>

To make the image look transparent on Android currently, you need to set the background color to that of the parent container, so in your css file add:

.keyframe {
  background-color: #DDD;
}

The source property refers to a folder inside your app, so in this case we expect this file: app/keyframes/logo.json

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].