Search results for ‘onTap()’

Archive > Animations (pre X22)

Staggered animations

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. Meaning: a group of animations running in delayed succession (which may or may not look […]


Archive > Animations (pre X22)

Delaying an animation

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. Say we want the use this same ‘move down, then back up’ animation as in […]


Archive > Animations (pre X22)

Chaining animations

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. You can attach animations to other animations and have them run consecutively with a bit […]


Archive > Animations (pre X22)

Toggle animation

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. We want an animation that goes back and forth between two different states. One of […]


Archive > Animations (pre X22)

Animating a Scroll component

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. The APIs for Scroll and Page components are specified in the Framer docs, so we […]


Archive > Animations (pre X22)

Animation curves

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. You might recognize this prototype from its Framer Classic version. As you can see, the […]


Archive > Animations (pre X22)

Animatable properties

Warning: These pages are from before the launch of Framer X22 and are about the older animation API. These animations might still work in the current version of Framer but are officially deprecated. Learn about the current animation API here. You can change any of a frame’s properties with overrides, but the list of properties […]


Archive

Overrides (pre X22)

This page is from before the launch of Framer X22 and explains Overrides using the older, now deprecated, animations. There’s an updated explanation of Overrides here. Overrides (sometimes called code overrides) are a way to quickly make elements on your canvas interactive. With Overrides you can animate Frames and Components and also have them react […]