狠狠撸

狠狠撸Share a Scribd company logo
Vamo a curvarno
Animaciones con curvas de Bézier en iOS
@FelipeDev
Felipe Hernández R.
iOS {Dev}signer
Intro animaciones
- What’s an animation?
- Why should we use ‘em?
- When, how & where use ‘em
- Animating a bezier curve
Let’s talk about:
What’s an animation?
An animation is a story
They help the user
to understand what’s going on.
Why should we use ‘em?
“We’re no longer just designing static screens.
We’re designing for how the user gets from those screens to actually
view?content.”
Zurb Co.
Why should we use ‘em?
Because the detail matters!
Why should we use ‘em?
How do you feel today?
Normal Fun
Why should we use ‘em?: Cuz detail matters!
How do you feel today?
Why should we use ‘em?: Cuz detail matters!
Back to the old days…
Back to the old days…
Back to the old days…
When should we use ‘em?
1.- System status
2.- Navigation & transitions
3.- Visual feedback
On boarding (splash):
Create an entire experience before enter the app itself.
When?: On OnBoarding
When?: On OnBoarding
Loading:
We cant’ shorten the line,
but we can de?nitively make the wait more pleasant.
When?: Loading
When?: Loading
MicroInteractions:
Mobile objects immediately catch user attention.
When?: MicroInteractions
- Create an habit.
- According to the main app theme.
- Avoid unnecessary interactions.
When?: MicroInteractions
When?: MicroInteractions
Screen transitions:
The most basic mobile animation.
When?: Transitions
- Transportar al usuario entre contextos de navegación.
- Jerarquía visual y conexión entre elementos
When?: Transitions
When?: Transitions
When?: Transitions
When?: Transitions
Visualize an action result.
An animation can improve every interaction point and
reenforce any user action.
When?: Visualize an action result.
When?: Visualize an action result.
Bezier curves
UX/UI Challenge
P1
P2
Rect line
P1
P2
PC1
PC2
Curve line
A Bezier curve
is a mathematically de?ned curve type
in bi-dimensional graphical applications,
which requires at least 3 points to de?ne itself.
Bezier curve
Cuadratic bezier curves
Cubic bezier curves
Bezier curve
Demo web
Vamo a curvarno
UIBezierPath
let bezierPath = UIBezierPath()
The UIBezierPath class
// Moves the receiver’s current point to the specified location
open func move(to point: CGPoint)
// Appends a straight line to the receiver’s path.
open func addLine(to point: CGPoint)
// Appends an arc to the receiver’s path.
open func addCurve(to endPoint: CGPoint, controlPoint1: CGPoint, controlPoint2:
CGPoint)
// Appends a cubic Bézier curve to the receiver’s path.
open func addQuadCurve(to endPoint: CGPoint, controlPoint: CGPoint)
// Appends a quadratic Bézier curve to the receiver’s path.
open func addArc(withCenter center: CGPoint, radius: CGFloat, startAngle: CGFloat,
endAngle: CGFloat, clockwise: Bool)
// Closes the most recently added subpath.
open func close()
// Removes all points from the receiver, effectively deleting all subpaths.
open func removeAllPoints()
The UIBezierPath class
Showtime!
Where can I use this?
Where can I use this?
Where can I use this?
Where can I use this?
Thanks for coming!
狠狠撸s available in:
www.slideshare.net/felipedev/vamoacurvarno
Code available in:
www.github.com/felipedev/BezierCurveDemo
Ad

Recommended

PPTX
Fundamentals of matchmoving
Dipjoy Routh
?
PDF
Unit 34 - Further research
Josh Matthews
?
PDF
Unit 34 - Further research
Josh Matthews
?
PPTX
CSS3 Animations & Transitions with PhoneGap
Mark A R Smith
?
PPT
augmented reality - Intorduction
Deepak Chamarthi
?
DOCX
Eye ball cursor movement using opencv
Venkat Projects
?
PDF
How I came to build a prototype for mobile develop
Rice Tseng
?
DOCX
16 OpenCV Functions to Start your Computer Vision journey.docx
ssuser90e017
?
PDF
Screen transitions with ease
Olivier Tassinari
?
PPTX
Face recognition system
ShitanshuRanjanSriva2
?
PDF
UI Dynamics
SV.CO
?
PPTX
Advanced #4 GPU & Animations
Vitali Pekelis
?
DOCX
Driver drowsiness and lane detection screenshots
Venkat Projects
?
PPT
Rotoscope inthebrowserppt billy
nimbleltd
?
PDF
Continuous Visual Integration - RailsConf 2016 - Mike Fotinakis - Percy.io
Mike Fotinakis
?
PDF
SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
Sebastien Kuntz
?
PDF
Vertical User Stories
Moisés Armani Ramírez
?
PDF
Quartz 2D with Swift 3
Bob McCune
?
PDF
ARM: Enhancing your Unity mobile VR experience
DevGAMM Conference
?
PDF
Interactive Scene
Apurva Gupta
?
PPT
Kinect Arabic Interfaced Drawing Application
Yasser Hisham
?
PDF
Portfolio
Matthew Conte
?
PDF
Bringing Swift into your Objective-C Projects
René Cacheaux
?
PDF
TP_Webots_7mai2021.pdf
kiiway01
?
PPTX
Project Gesture & RealSense: gestures in a simple way!!
Massimo Bonanni
?
PDF
Design in motion. The new frontier of interaction design
Antonio De Pasquale
?
PPTX
Project Prague & RealSense: il potere nelle mani!!
Massimo Bonanni
?
PDF
[Project1] Information Virtual Reality [Exam]
Yati Dumrongsukit
?
PDF
Functional Reactive Programming
Felipe Hernández Rivas
?
KEY
Intro a Android
Felipe Hernández Rivas
?

More Related Content

Similar to Vamo a curvarno (20)

PDF
Screen transitions with ease
Olivier Tassinari
?
PPTX
Face recognition system
ShitanshuRanjanSriva2
?
PDF
UI Dynamics
SV.CO
?
PPTX
Advanced #4 GPU & Animations
Vitali Pekelis
?
DOCX
Driver drowsiness and lane detection screenshots
Venkat Projects
?
PPT
Rotoscope inthebrowserppt billy
nimbleltd
?
PDF
Continuous Visual Integration - RailsConf 2016 - Mike Fotinakis - Percy.io
Mike Fotinakis
?
PDF
SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
Sebastien Kuntz
?
PDF
Vertical User Stories
Moisés Armani Ramírez
?
PDF
Quartz 2D with Swift 3
Bob McCune
?
PDF
ARM: Enhancing your Unity mobile VR experience
DevGAMM Conference
?
PDF
Interactive Scene
Apurva Gupta
?
PPT
Kinect Arabic Interfaced Drawing Application
Yasser Hisham
?
PDF
Portfolio
Matthew Conte
?
PDF
Bringing Swift into your Objective-C Projects
René Cacheaux
?
PDF
TP_Webots_7mai2021.pdf
kiiway01
?
PPTX
Project Gesture & RealSense: gestures in a simple way!!
Massimo Bonanni
?
PDF
Design in motion. The new frontier of interaction design
Antonio De Pasquale
?
PPTX
Project Prague & RealSense: il potere nelle mani!!
Massimo Bonanni
?
PDF
[Project1] Information Virtual Reality [Exam]
Yati Dumrongsukit
?
Screen transitions with ease
Olivier Tassinari
?
Face recognition system
ShitanshuRanjanSriva2
?
UI Dynamics
SV.CO
?
Advanced #4 GPU & Animations
Vitali Pekelis
?
Driver drowsiness and lane detection screenshots
Venkat Projects
?
Rotoscope inthebrowserppt billy
nimbleltd
?
Continuous Visual Integration - RailsConf 2016 - Mike Fotinakis - Percy.io
Mike Fotinakis
?
SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
Sebastien Kuntz
?
Vertical User Stories
Moisés Armani Ramírez
?
Quartz 2D with Swift 3
Bob McCune
?
ARM: Enhancing your Unity mobile VR experience
DevGAMM Conference
?
Interactive Scene
Apurva Gupta
?
Kinect Arabic Interfaced Drawing Application
Yasser Hisham
?
Portfolio
Matthew Conte
?
Bringing Swift into your Objective-C Projects
René Cacheaux
?
TP_Webots_7mai2021.pdf
kiiway01
?
Project Gesture & RealSense: gestures in a simple way!!
Massimo Bonanni
?
Design in motion. The new frontier of interaction design
Antonio De Pasquale
?
Project Prague & RealSense: il potere nelle mani!!
Massimo Bonanni
?
[Project1] Information Virtual Reality [Exam]
Yati Dumrongsukit
?

More from Felipe Hernández Rivas (9)

PDF
Functional Reactive Programming
Felipe Hernández Rivas
?
KEY
Intro a Android
Felipe Hernández Rivas
?
KEY
Intro jQuery Mobile
Felipe Hernández Rivas
?
PPTX
Data storage
Felipe Hernández Rivas
?
PPT
Encuentro Linux 2011
Felipe Hernández Rivas
?
PPTX
Día del software libre
Felipe Hernández Rivas
?
PPTX
jQueryMobile
Felipe Hernández Rivas
?
PPTX
Cross Platform Frameworks
Felipe Hernández Rivas
?
Functional Reactive Programming
Felipe Hernández Rivas
?
Intro a Android
Felipe Hernández Rivas
?
Intro jQuery Mobile
Felipe Hernández Rivas
?
Encuentro Linux 2011
Felipe Hernández Rivas
?
Día del software libre
Felipe Hernández Rivas
?
Cross Platform Frameworks
Felipe Hernández Rivas
?
Ad

Recently uploaded (20)

PPTX
The Gardens Between - A moment breakdown
ScorpGrd
?
PDF
Give Your Salon a Gorgeous Makeover with Interior Designs That Reflect Your P...
SPL Interiors
?
PDF
animewitcher.cc https://animewitcher.cc/
Anime witcher
?
PPTX
Hedgining through financil contracts (1).pptx
icuphamid
?
PPTX
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
?
PDF
The power of storytelling in design.pdf
Zohaib421
?
PDF
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
?
PPTX
Factorising Expressions Presentation in Green Brown Illustrative Scrapbook St...
hazlienasyiqeen
?
DOCX
Unleash Creativity with 3D T-Shirt Configurators_ A Game-Changer for Custom A...
PrintXpand
?
DOCX
pre test uncertainty, conflictbnnnmnb mn
sanghahembramsh
?
PDF
LAVIELACE - Collections portfolio showcase
Geo Lupascu
?
PDF
COLOUR IN INTERIOR DESIGN- KAVYA CHAWLA .pdf
KavyaChawla4
?
PPTX
PowerISO Crack 9.0 + Serial Key Free Download 2025
Ayesha khan
?
PPTX
Design _of RC _Structure_Presentation.pptx
htunhtunLinn6
?
PPTX
the sigma cafe a b c d e f g h i j k l i
kamalpavlov
?
PDF
How Smart Design Can Transform Your Restaurant’s Customer Experience
SprintCo
?
PDF
Pompidou-case-study-detailed-planF16.pdf
qxtr95m9nf
?
PDF
A Guide to Solar System and Installation
AdamSunusiHaruna1
?
PPTX
最新版美国威斯康星大学普拉特维尔分校毕业证(鲍奥笔毕业证书)原版定制
taqyea
?
PDF
Bethany Michels Architecture Portfolio.pdf
Bethany Michels
?
The Gardens Between - A moment breakdown
ScorpGrd
?
Give Your Salon a Gorgeous Makeover with Interior Designs That Reflect Your P...
SPL Interiors
?
animewitcher.cc https://animewitcher.cc/
Anime witcher
?
Hedgining through financil contracts (1).pptx
icuphamid
?
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
?
The power of storytelling in design.pdf
Zohaib421
?
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
?
Factorising Expressions Presentation in Green Brown Illustrative Scrapbook St...
hazlienasyiqeen
?
Unleash Creativity with 3D T-Shirt Configurators_ A Game-Changer for Custom A...
PrintXpand
?
pre test uncertainty, conflictbnnnmnb mn
sanghahembramsh
?
LAVIELACE - Collections portfolio showcase
Geo Lupascu
?
COLOUR IN INTERIOR DESIGN- KAVYA CHAWLA .pdf
KavyaChawla4
?
PowerISO Crack 9.0 + Serial Key Free Download 2025
Ayesha khan
?
Design _of RC _Structure_Presentation.pptx
htunhtunLinn6
?
the sigma cafe a b c d e f g h i j k l i
kamalpavlov
?
How Smart Design Can Transform Your Restaurant’s Customer Experience
SprintCo
?
Pompidou-case-study-detailed-planF16.pdf
qxtr95m9nf
?
A Guide to Solar System and Installation
AdamSunusiHaruna1
?
最新版美国威斯康星大学普拉特维尔分校毕业证(鲍奥笔毕业证书)原版定制
taqyea
?
Bethany Michels Architecture Portfolio.pdf
Bethany Michels
?
Ad

Vamo a curvarno