Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

motion-linear-animate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motion-linear-animate

  • 1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

iOS (RubyMotion) Animation Library

This is a simple wrapper for linear iOS animations. Currently, only simple animations are supported. We promise to add much more fascination animations to this library, so please bear with us until then :)

Installation

Add this line to your application's Gemfile:

gem 'motion-linear-animate'

And then execute:

bundle

Or install it yourself as:

gem install motion-linear-animate

Usage

We have included a sample app you can use for reference, but here is the basic setup to ease work for you:

animator = MotionAnimator.new
animator.linear_animate(view, to: final_point, duration: time_period, completion: completion_block)
  • final_point should be an instance of CGPoint or any other object with x and y attributes set to the final (x, y) position the view should be in after the animation.
  • time_period is the duration allocated for the animation to take place.

FAQs

Package last updated on 05 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc